ng-detector

Detects AngularJS apps as you browse.

Cos'è ng-detector?

ng-detector è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Detects AngularJS apps as you browse.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ng-detector

Scarica i file di estensione ng-detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
URL Ufficiale https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
Descrizione Detects AngularJS apps as you browse.
Dimensione del File 105 KB
Conteggio Installazioni 1,682
Versione Corrente 1.2.1
Ultimo Aggiornamento 2014-10-17
Data di Pubblicazione 2014-10-17
Valutazione 4.68/5 Totale 19 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/IgorMinar/ng-detector
Lingue Supportate 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"
    ]
}