ng-inspector for AngularJS
Inspector pane for AngularJS apps
Qu'est-ce que ng-inspector for AngularJS ?
ng-inspector for AngularJS est une extension Chrome développée par http://ng-inspector.org, et sa fonction principale est "Inspector pane for AngularJS apps".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ng-inspector for AngularJS
Téléchargez les fichiers d'extension ng-inspector for AngularJS 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
ng-inspector is a browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time, as well as which controllers or directives are associated with which scope. Hovering over a scope in the inspector will highlight the DOM element that scope is attached to. Clicking on a model will console.log that model's contents. The extension adds a button next to the address bar with the Angular logo that toggles the pane on and off. Please submit bug reports and suggestions at the GitHub repo: https://github.com/rev087/ng-inspector/issues/
Informations de Base sur l'Extension
Nom | |
ID | aadgmnobpdmgmigaicncghmmoeflnamj |
URL Officiel | https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj |
Description | Inspector pane for AngularJS apps |
Taille du Fichier | 107 KB |
Nombre d'Installations | 40,000 |
Version Actuelle | 0.5.10 |
Dernière Mise à Jour | 2015-04-16 |
Date de Publication | 2015-04-16 |
Évaluation | 3.70/5 Total 290 Évaluations |
Développeur | http://ng-inspector.org |
Type de Paiement | free |
Site Web de l'Extension | http://ng-inspector.org |
URL de la Page d'Aide | https://github.com/rev087/ng-inspector/issues/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ng-inspector for AngularJS", "description": "Inspector pane for AngularJS apps", "version": "0.5.10", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", " |