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
Vad är Angular Inspector?
Angular Inspector är en Chrome-tillägg utvecklad av octupul, och dess huvudfunktion är "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Tilläggsskärmbilder
Ladda ner Angular Inspector-förlängningens CRX-fil
Ladda ner Angular Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Grundläggande Information om Tillägg
Namn | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
Officiell webbadress | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Beskrivning | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
Filstorlek | 321 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-01-04 |
Publiceringsdatum | 2015-01-04 |
Betyg | 4.14/5 Totalt 22 Betyg |
Utvecklare | octupul |
Betalningssätt | free |
Stödda Språk | 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": [ "*" ] } |