ng-inspector for AngularJS
Inspector pane for AngularJS apps
Τι είναι το ng-inspector for AngularJS;
Το ng-inspector for AngularJS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://ng-inspector.org, και η κύρια λειτουργία του είναι "Inspector pane for AngularJS apps".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ng-inspector for AngularJS
Λήψη αρχείων επέκτασης ng-inspector for AngularJS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aadgmnobpdmgmigaicncghmmoeflnamj |
Επίσημο URL | https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj |
Περιγραφή | Inspector pane for AngularJS apps |
Μέγεθος Αρχείου | 107 KB |
Αριθμός Εγκαταστάσεων | 40,000 |
Τρέχουσα Έκδοση | 0.5.10 |
Τελευταία Ενημέρωση | 2015-04-16 |
Ημερομηνία Δημοσίευσης | 2015-04-16 |
Αξιολόγηση | 3.70/5 Συνολικά 290 Αξιολογήσεις |
Προγραμματιστής | http://ng-inspector.org |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://ng-inspector.org |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rev087/ng-inspector/issues/ |
Υποστηριζόμενες Γλώσσες | 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", " |