ngprobe
Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0
Τι είναι το ngprobe;
Το ngprobe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sandip Chitale, και η κύρια λειτουργία του είναι "Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ngprobe
Λήψη αρχείων επέκτασης ngprobe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
How it works The extension evaluates the following expression in the context of the page and displays the results in 'ngprobe' sidebar pane: If Angular (Ivy) is detecetd: ``` ng.getOwningComponent($0) where: $0 is the element selected in Elements tab. ``` If Angular (pre Ivy) is detecetd: --- ng.probe($0).componentInstance where: $0 is the element selected in Elements tab. --- If AngularJS is detected: --- angular.element($0).scope() where: $0 is the element selected in Elements tab. --- Also shows parent components or scopes as an array. The values of component properties can be edited in the ngprobe sidebar pane.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ngprobe |
ID | gdcplkgkgljpjkniblmomaholidjngoo |
Επίσημο URL | https://chromewebstore.google.com/detail/ngprobe/gdcplkgkgljpjkniblmomaholidjngoo |
Περιγραφή | Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0 |
Μέγεθος Αρχείου | 103 KB |
Αριθμός Εγκαταστάσεων | 449 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2020-10-28 |
Ημερομηνία Δημοσίευσης | 2020-04-12 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Sandip Chitale |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sandipchitale/ngprobe |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sandipchitale/ngprobe/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ngprobe", "version": "1.0.6", "description": "Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0", "icons": { "128": "ngprobe128.png" }, "devtools_page": "ngprobe.html", "manifest_version": 2 } |