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
What is Angular Inspector?
Angular Inspector is a Chrome extension developed by octupul, and its main feature is "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Extension Screenshots
Download Angular Inspector Extension CRX File
Download Angular Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Extension Basic Information
Name | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
Official URL | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Description | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
File Size | 321 KB |
Installation Count | 1,000 |
Current Version | 1.1 |
Last Updated | 2015-01-04 |
Publish Date | 2015-01-04 |
Rating | 4.14/5 Total 22 Ratings |
Developer | octupul |
Payment Type | free |
Supported Languages | 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": [ "*" ] } |