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
Angular Inspector क्या है?
Angular Inspector octupul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Angular Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
आधिकारिक URL | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
विवरण | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
फ़ाइल का आकार | 321 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-01-04 |
प्रकाशन तिथि | 2015-01-04 |
रेटिंग | 4.14/5 कुल 22 रेटिंग्स |
डेवलपर | octupul |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ "*" ] } |