Angular Inspector
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements
Apa itu Angular Inspector?
Angular Inspector adalah ekstensi Chrome yang dikembangkan oleh octupul, dan fitur utamanya adalah "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Angular Inspector
Unduh file ekstensi Angular Inspector 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
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Informasi Dasar Ekstensi
Nama | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
URL Resmi | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Deskripsi | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
Ukuran File | 321 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-01-04 |
Tanggal Publikasi | 2015-01-04 |
Penilaian | 4.14/5 Total 22 Penilaian |
Pengembang | octupul |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Angular Inspector", "version": "1.1", "description": "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;", "web_accessible_resources": [ "*" ] } |