Rebound Debugger

Rebound's Chrome Devtools Debugger

Cos'è Rebound Debugger?

Rebound Debugger è un'estensione di Chrome sviluppata da reboundjs, e la sua funzione principale è "Rebound's Chrome Devtools Debugger".

Scarica il file CRX dell'estensione Rebound Debugger

Scarica i file di estensione Rebound Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Rebound's Chrome Devtools Debugger                    

Informazioni di Base sull'Estensione

Nome Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
URL Ufficiale https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
Descrizione Rebound's Chrome Devtools Debugger
Dimensione del File 10.5 KB
Conteggio Installazioni 29
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-07-20
Data di Pubblicazione 2015-07-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore reboundjs
Tipo di Pagamento free
Lingue Supportate 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'"
}