ScopeDoctor

Quicly shows AngularJS scope on page

Cos'è ScopeDoctor?

ScopeDoctor è un'estensione di Chrome sviluppata da Naber Consulting, e la sua funzione principale è "Quicly shows AngularJS scope on page".

Scarica il file CRX dell'estensione ScopeDoctor

Scarica i file di estensione ScopeDoctor 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

                        AngularJS ScopeDoctor lets you quickly see scope by highlighting borders in your browser                    

Informazioni di Base sull'Estensione

Nome ScopeDoctor ScopeDoctor
ID fmcfmggannikjfnfhlfjegpajelifdpc
URL Ufficiale https://chrome.google.com/webstore/detail/scopedoctor/fmcfmggannikjfnfhlfjegpajelifdpc
Descrizione Quicly shows AngularJS scope on page
Dimensione del File 3.39 KB
Conteggio Installazioni 23
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-29
Data di Pubblicazione 2014-10-29
Sviluppatore Naber Consulting
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScopeDoctor",
    "description": "Quicly shows AngularJS scope on page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Scopes by ScopeDoctor"
    },
    "manifest_version": 2
}