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

Was ist Angular Inspector?

Angular Inspector ist eine Chrome-Erweiterung, die von octupul entwickelt wurde, und ihr Hauptmerkmal ist "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".

Erweiterungsscreenshots

screenshot

Angular Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Angular Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Angular Inspector Angular Inspector
ID binbopkfgmcbckdejoocgogfjjpkhcho
Offizielle URL https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho
Beschreibung Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements
Dateigröße 321 KB
Installationsanzahl 1,000
Aktuelle Version 1.1
Letztes Update 2015-01-04
Veröffentlichungsdatum 2015-01-04
Bewertung 4.14/5 Insgesamt 22 Bewertungen
Entwickler octupul
Zahlungsart free
Unterstützte Sprachen 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": [
        "*"
    ]
}