ng-inspect for AngularJS
Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
Τι είναι το ng-inspect for AngularJS;
Το ng-inspect for AngularJS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vinay Kaparthi, και η κύρια λειτουργία του είναι "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ng-inspect for AngularJS
Λήψη αρχείων επέκτασης ng-inspect for AngularJS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ng-inspect helps you access properties of the element's scope when an element is selected using the Element Inspector or the Elements tab in the Developer Toolbar in an Angular JS aplication. This extension will provide access to scope, isolateScope[if the scope is isolated], rootScope, jQuery element and its events[if jQuery is included in the page]. These properties are made available to the Global/Window object via $s for scope, $is for isolateScope, $rs for rootScope, $el for jQuery element and $events for the events associated with the jQuery element. Services/Factories/Constants can be tested/verified using $get function. $count function prints number of Scopes, isolateScopes, listeners and watchers. Hope you find this useful!
Βασικές Πληροφορίες Επέκτασης
Όνομα | ng-inspect for AngularJS |
ID | cidepfmbgngpdapgncfhpecbdhmnnemf |
Επίσημο URL | https://chromewebstore.google.com/detail/ng-inspect-for-angularjs/cidepfmbgngpdapgncfhpecbdhmnnemf |
Περιγραφή | Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties. |
Μέγεθος Αρχείου | 585 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2020-05-28 |
Ημερομηνία Δημοσίευσης | 2020-05-28 |
Αξιολόγηση | 4.40/5 Συνολικά 88 Αξιολογήσεις |
Προγραμματιστής | Vinay Kaparthi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "author": "Vinay Kaparthi", "browser_action": { "default_icon": { "38": "logo_24.png" }, "default_popup": "popup.html" }, "description": "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.", "devtools_page": "main.html", "icons": { "128": "logo_128.png", "16": "logo_16.png", "48": "logo_48.png" }, "manifest_version": 2, "name": "ng-inspect for AngularJS", "permissions": [], "short_name": "ng-inspect-for-angularjs", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0" } |