Rebound Debugger

Rebound's Chrome Devtools Debugger

What is Rebound Debugger?

Rebound Debugger is a Chrome extension developed by reboundjs, and its main feature is "Rebound's Chrome Devtools Debugger".

Download Rebound Debugger Extension CRX File

Download Rebound Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Rebound's Chrome Devtools Debugger                    

Extension Basic Information

Name Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
Official URL https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
Description Rebound's Chrome Devtools Debugger
File Size 10.5 KB
Installation Count 29
Current Version 0.0.3
Last Updated 2015-07-20
Publish Date 2015-07-20
Rating 5.00/5 Total 2 Ratings
Developer reboundjs
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rebound Debugger",
    "manifest_version": 2,
    "version": "0.0.3",
    "description": "Rebound's Chrome Devtools Debugger",
    "devtools_page": "rebound.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/rebound16.png",
        "48": "images\/rebound48.png",
        "128": "images\/rebound128.png"
    },
    "permissions": [
        "",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}