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
Qu'est-ce que Angular Inspector ?
Angular Inspector est une extension Chrome développée par octupul, et sa fonction principale est "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Angular Inspector
Téléchargez les fichiers d'extension Angular Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Informations de Base sur l'Extension
Nom | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
URL Officiel | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Description | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
Taille du Fichier | 321 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-01-04 |
Date de Publication | 2015-01-04 |
Évaluation | 4.14/5 Total 22 Évaluations |
Développeur | octupul |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*" ] } |