Rebound Debugger

Rebound's Chrome Devtools Debugger

Vad är Rebound Debugger?

Rebound Debugger är en Chrome-tillägg utvecklad av reboundjs, och dess huvudfunktion är "Rebound's Chrome Devtools Debugger".

Ladda ner Rebound Debugger-förlängningens CRX-fil

Ladda ner Rebound Debugger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Rebound's Chrome Devtools Debugger                    

Grundläggande Information om Tillägg

Namn Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
Officiell webbadress https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
Beskrivning Rebound's Chrome Devtools Debugger
Filstorlek 10.5 KB
Antal Installationer 29
Aktuell Version 0.0.3
Senast Uppdaterad 2015-07-20
Publiceringsdatum 2015-07-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare reboundjs
Betalningssätt free
Stödda Språk 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'"
}