\n","permissions":"[]","softwareHelp":"https://www.chromelists.com/extension/odgodmleeenojpjigkkbicijhpplolmm/support","fileSize":"666KiB","downloadUrl":"https://www.chromelists.com/extension/odgodmleeenojpjigkkbicijhpplolmm/download/version1.3","softwareVersion":"1.3","publisher":{"@type":"Organization","name":"Bob Fanger","url":"https://www.chromelists.com/publisher/bob-fanger-bfanger-gmail-com"},"screenshot":[{"@type":"ImageObject","inLanguage":"en-US","url":"https://lh3.googleusercontent.com/Vg7HxEhZlLBALdiZo-mGr0hVk2i5SUUA5Lq1t3EAeccswmjOS7_RPMK1yW0HMlPgbSm_x_BZXSP8gvre5KCSC50CFQ=w1280","caption":" Preview image 0 of DebugR"},{"@type":"ImageObject","inLanguage":"en-US","url":"https://lh3.googleusercontent.com/LT-XKOGlbfFEx2OwoPUJO-zSTp11HHaxlBwNvWOYMg_t_ki4zAAwIM6hQchewEinWF2M4uRH_PraFAbELdsN1wpQ=w1280","caption":" Preview image 1 of DebugR"},{"@type":"ImageObject","inLanguage":"en-US","url":"https://lh3.googleusercontent.com/M7MndbOu5zE0pFCTu5E2hDkrqZV7tyX3bItqCL4AGV2K-WO8dOHhFBESb2CBqa_ivgipXD0tMKM7cywXdXU2MQQ=w1280","caption":" Preview image 2 of DebugR"}],"commentCount":0,"dateModified":"2022-12-18 23:41:33","discussionUrl":"https://www.chromelists.com/extension/odgodmleeenojpjigkkbicijhpplolmm/reviews","subjectOf":{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How could i get help if there is something wrong with debugr Chrome extension?","acceptedAnswer":{"@type":"Answer","text":"

You could find more help information from debugr support page.

"}},{"@type":"Question","name":"How could i contact the developer of debugr Chrome extension?","acceptedAnswer":{"@type":"Answer","text":"

You could send emails to publisher, or check publisher's website.

"}},{"@type":"Question","name":"What are the required permissions for debugr chrome extension?","acceptedAnswer":{"@type":"Answer","text":"

More about manifest_file of debugr.

"}},{"@type":"Question","name":"How could i report abuse of debugr chrome extension?","acceptedAnswer":{"@type":"Answer","text":"

You could click to report abuse of debugr.

"}}]},"isPartOf":{"@id":"https://www.chromelists.com/#website","@type":"WebSite","name":"ChromeLists","image":"https://www.chromelists.com/logo.png","url":"https://www.chromelists.com","description":"Browse all chrome extensions at ChromeLists","publisher":{"@type":"Organization","@id":"https://www.chromelists.com/#organization","name":"ChromeLists","url":"https://www.chromelists.com","slogan":"Browse all chrome extensions at ChromeLists","logo":{"@type":"ImageObject","@id":"https://www.chromelists.com/#logo","inLanguage":"en-US","url":"https://www.chromelists.com/logo.png","caption":"ChromeLists"}}},"aggregateRating":{"@type":"AggregateRating","ratingValue":1,"reviewCount":1},"name":"DebugR chrome extension","description":"Receive debugging information alongside XMLHttpRequests.","image":{"@type":"ImageObject","inLanguage":"en-US","url":"https://lh3.googleusercontent.com/2EqMwvo5r_nsIqbyBS4gWa6u98HgjvhA0qaneW4PwbaK0ImChy9ubVaM6QJcaYQnayVUiQ33BV3WP_kgeIBeW-c-=w1280","caption":"DebugR chrome extension at Chromelists.com"},"url":"https://www.chromelists.com/extension/odgodmleeenojpjigkkbicijhpplolmm","review":[]}]

DebugR chrome extension

Version: 1.3
DebugR
Receive debugging information alongside XMLHttpRequests.
0.00 Based on 0 user rates

What is DebugR?

DebugR is a developer tools chrome extension. it's a free extension , it has 27 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 2193 days ago.


What’s new in version 1.3?

                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>            

How to install DebugR?

You could download the latest version crx file or older version files and install it.


Preview of DebugR


Technical Features:

  • Latest Version: 1.3
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Wednesday, May 16th, 2018
  • Author: Bob Fanger

DebugR Available languages:

English.


FAQ