Rebound Debugger

Rebound's Chrome Devtools Debugger

Co to jest Rebound Debugger?

Rebound Debugger to rozszerzenie Chrome opracowane przez reboundjs, a jego główną funkcją jest „Rebound's Chrome Devtools Debugger”.

Pobierz plik CRX rozszerzenia Rebound Debugger

Pobierz pliki rozszerzeń Rebound Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Rebound's Chrome Devtools Debugger                    

Podstawowe informacje o rozszerzeniu

Nazwa Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
Oficjalny URL https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
Opis Rebound's Chrome Devtools Debugger
Rozmiar pliku 10.5 KB
Liczba instalacji 29
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2015-07-20
Data Publikacji 2015-07-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper reboundjs
Typ Płatności free
Obsługiwane Języki 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'"
}