ngprobe

Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0

Cos'è ngprobe?

ngprobe è un'estensione di Chrome sviluppata da Sandip Chitale, e la sua funzione principale è "Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ngprobe

Scarica i file di estensione ngprobe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ngprobe ngprobe
ID gdcplkgkgljpjkniblmomaholidjngoo
URL Ufficiale https://chromewebstore.google.com/detail/ngprobe/gdcplkgkgljpjkniblmomaholidjngoo
Descrizione Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0
Dimensione del File 103 KB
Conteggio Installazioni 449
Versione Corrente 1.0.6
Ultimo Aggiornamento 2020-10-28
Data di Pubblicazione 2020-04-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Sandip Chitale
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sandipchitale/ngprobe
URL della Pagina di Aiuto https://github.com/sandipchitale/ngprobe/issues
Lingue Supportate 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
}