chrome-angular-debug-bar

angular debug bar using https://github.com/mrzepinski/angular-debug-bar

Co je chrome-angular-debug-bar?

chrome-angular-debug-bar je rozšíření Chrome vyvinuté th.sileghem, a jeho hlavní funkcí je „angular debug bar using https://github.com/mrzepinski/angular-debug-bar“.

Stáhnout soubor CRX rozšíření chrome-angular-debug-bar

Stáhněte si soubory rozšíření chrome-angular-debug-bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        angular debug bar using https://github.com/mrzepinski/angular-debug-bar                    

Základní Informace o Rozšíření

Název chrome-angular-debug-bar chrome-angular-debug-bar
ID eaeaeoejpbkmhoekpmoeffkfmgdkocch
Oficiální URL https://chrome.google.com/webstore/detail/chrome-angular-debug-bar/eaeaeoejpbkmhoekpmoeffkfmgdkocch
Popis angular debug bar using https://github.com/mrzepinski/angular-debug-bar
Velikost souboru 51.63 KB
Počet instalací 30
Aktuální Verze 0.1.0
Poslední Aktualizace 2015-04-10
Datum Vydání 2015-04-10
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář th.sileghem
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chrome-angular-debug-bar",
    "version": "0.1.0",
    "description": "",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/injected.js",
        "\/bower_components\/angular-debug-bar\/dist\/js\/angular-debug-bar.js",
        "\/bower_components\/angular-debug-bar\/dist\/css\/angular-debug-bar.css",
        "\/bower_components\/angular-debug-bar\/dist\/font\/debugbar.ttf",
        "\/bower_components\/angular-debug-bar\/dist\/font\/debugbar.woff"
    ],
    "minimum_chrome_version": "21",
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}