chrome-angular-debug-bar

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

What is chrome-angular-debug-bar?

chrome-angular-debug-bar is a Chrome extension developed by th.sileghem, and its main feature is "angular debug bar using https://github.com/mrzepinski/angular-debug-bar".

Download chrome-angular-debug-bar Extension CRX File

Download chrome-angular-debug-bar 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

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

Extension Basic Information

Name chrome-angular-debug-bar chrome-angular-debug-bar
ID eaeaeoejpbkmhoekpmoeffkfmgdkocch
Official URL https://chrome.google.com/webstore/detail/chrome-angular-debug-bar/eaeaeoejpbkmhoekpmoeffkfmgdkocch
Description angular debug bar using https://github.com/mrzepinski/angular-debug-bar
File Size 51.63 KB
Installation Count 30
Current Version 0.1.0
Last Updated 2015-04-10
Publish Date 2015-04-10
Rating 1.00/5 Total 1 Ratings
Developer th.sileghem
Payment Type free
Supported Languages 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": [
            "*"
        ]
    }
}