ngprobe

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

Apa itu ngprobe?

ngprobe adalah ekstensi Chrome yang dikembangkan oleh Sandip Chitale, dan fitur utamanya adalah "Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ngprobe

Unduh file ekstensi ngprobe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ngprobe ngprobe
ID gdcplkgkgljpjkniblmomaholidjngoo
URL Resmi https://chromewebstore.google.com/detail/ngprobe/gdcplkgkgljpjkniblmomaholidjngoo
Deskripsi Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0
Ukuran File 103 KB
Jumlah Instalasi 449
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2020-10-28
Tanggal Publikasi 2020-04-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sandip Chitale
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sandipchitale/ngprobe
URL Halaman Bantuan https://github.com/sandipchitale/ngprobe/issues
Bahasa yang Didukung 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
}