Angular Inspector

Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements

Cos'è Angular Inspector?

Angular Inspector è un'estensione di Chrome sviluppata da octupul, e la sua funzione principale è "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Angular Inspector

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

                        Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.                    

Informazioni di Base sull'Estensione

Nome Angular Inspector Angular Inspector
ID binbopkfgmcbckdejoocgogfjjpkhcho
URL Ufficiale https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho
Descrizione Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements
Dimensione del File 321 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1
Ultimo Aggiornamento 2015-01-04
Data di Pubblicazione 2015-01-04
Valutazione 4.14/5 Totale 22 Valutazioni
Sviluppatore octupul
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angular Inspector",
    "version": "1.1",
    "description": "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}