ng-detector

Detects AngularJS apps as you browse.

What is ng-detector?

ng-detector is a Chrome extension developed by Unknown, and its main feature is "Detects AngularJS apps as you browse.".

Extension Screenshots

screenshot

Download ng-detector Extension CRX File

Download ng-detector 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

                        Adds a small AngularJS icon into the address bar when you come across a page that is built using AngularJS.

Mouse over the icon to see the Angular version info.                    

Extension Basic Information

Name ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
Official URL https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
Description Detects AngularJS apps as you browse.
File Size 105 KB
Installation Count 1,682
Current Version 1.2.1
Last Updated 2014-10-17
Publish Date 2014-10-17
Rating 4.68/5 Total 19 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/IgorMinar/ng-detector
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ng-detector",
    "description": "Detects AngularJS apps as you browse.",
    "author": "Igor Minar",
    "version": "1.2.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "AngularJS Super-Powered"
    },
    "web_accessible_resources": [
        "inject.js"
    ]
}