ng-detector

Detects AngularJS apps as you browse.

Wat is ng-detector?

ng-detector is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Detects AngularJS apps as you browse.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ng-detector

Download ng-detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
Officiële URL https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
Beschrijving Detects AngularJS apps as you browse.
Bestandsgrootte 105 KB
Aantal Installaties 1,682
Huidige Versie 1.2.1
Laatst Bijgewerkt 2014-10-17
Publicatiedatum 2014-10-17
Beoordeling 4.68/5 Totaal 19 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/IgorMinar/ng-detector
Ondersteunde Talen 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"
    ]
}