ngprobe

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

Wat is ngprobe?

ngprobe is een Chrome-extensie ontwikkeld door Sandip Chitale, en de belangrijkste functie is "Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ngprobe

Download ngprobe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ngprobe ngprobe
ID gdcplkgkgljpjkniblmomaholidjngoo
Officiële URL https://chromewebstore.google.com/detail/ngprobe/gdcplkgkgljpjkniblmomaholidjngoo
Beschrijving Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0
Bestandsgrootte 103 KB
Aantal Installaties 449
Huidige Versie 1.0.6
Laatst Bijgewerkt 2020-10-28
Publicatiedatum 2020-04-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sandip Chitale
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sandipchitale/ngprobe
Help Pagina-URL https://github.com/sandipchitale/ngprobe/issues
Ondersteunde Talen 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
}