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
Wat is Angular Inspector?
Angular Inspector is een Chrome-extensie ontwikkeld door octupul, en de belangrijkste functie is "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Extensie Screenshots
Download het CRX-bestand van de extensie Angular Inspector
Download Angular Inspector-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
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Basisinformatie over de Extensie
Naam | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
Officiële URL | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Beschrijving | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
Bestandsgrootte | 321 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-01-04 |
Publicatiedatum | 2015-01-04 |
Beoordeling | 4.14/5 Totaal 22 Beoordelingen |
Ontwikkelaar | octupul |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*" ] } |