Receive debugging information alongside XMLHttpRequests.Server code (example is php, but the extension is language agnostic):
<?php
if (isset($_SERVER['HTTP_DEBUGR'])) { // Only send headers when DebugR is enabled
// Send a message alongside the request.
header('DebugR: '.base64_encode('Hello DebugR'));
// Append a unique label to send multiple messages.
header('DebugR-my-first-label: '.base64_encode('Moarr information'));
}
?>
Client via javascript:
window.addEventListener('message', function (e) {
if (e.data.debugR) {
console.log(e.data);
}
}, false);
document.documentElement.setAttribute('data-debugR'); // Signal the extension that the eventlistener is active.
Using debugr.js helper:
<script src='js/debugr.js'></script>
<script>
debugR(function (message, details) {
console.log(message);
});
</script>
Why Download DebugR?
- ✅ Trusted by 29+ users worldwide
- ✅ High Rating: /5 stars from reviews
- ✅ Latest Version: 1.3 - Always up to date
- ✅ Safe & Secure: Verified by Chrome Web Store
- ✅ Free to Use: No cost required
Extension Details
Type: Extension
Category: Chrome Browser Extension
Compatibility: Google Chrome Browser
Last Updated: April 29, 2021
Developer: Chrome Web Store Verified
Discover DebugR - The Best Chrome Extension for Your Browser
Looking for the perfect Chrome extension to enhance your browsing experience? DebugR is one of the most popular and highly-rated extensions available on the Chrome Web Store, trusted by over 29 users worldwide.
With an impressive -star rating based on authentic user reviews, DebugR has proven its value and reliability to the Chrome community. This extension is perfect for users who want to improve their productivity, enhance their browsing security, or simply add useful functionality to their Chrome browser.
Download DebugR today and join thousands of satisfied users who have already discovered the benefits of this powerful Chrome extension. Installation is quick and easy - simply click the download button above to be redirected to the official Chrome Web Store where you can safely install this extension in just a few clicks.