Angular Inspector
Detect Angular apps and javascript libraries
Angular Inspector क्या है?
Angular Inspector Digital Fluency Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect Angular apps and javascript libraries"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Angular Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use this tool to detect what is running under the hood on the webpages you visit. Most importantly, detect Angular version numbers! Now contains the ability to OPT-IN to contribute Angular sites you find to a central repository.
एक्सटेंशन की मूल जानकारी
नाम | Angular Inspector |
ID | odkdoekijebogaiopbjgkgogkgifjfnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/angular-inspector/odkdoekijebogaiopbjgkgogkgifjfnk |
विवरण | Detect Angular apps and javascript libraries |
फ़ाइल का आकार | 270 KB |
स्थापना संख्या | 2,928 |
वर्तमान संस्करण | 0.9.1 |
अंतिम अपडेट | 2023-12-06 |
प्रकाशन तिथि | 2020-05-04 |
रेटिंग | 4.38/5 कुल 8 रेटिंग्स |
डेवलपर | Digital Fluency Inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/StephenFluin/angular-inspector/blob/master/privacy.md |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Angular Inspector", "version": "0.9.1", "description": "Detect Angular apps and javascript libraries", "icons": { "128": "icon128.png", "48": "icon48.png" }, "background": { "service_worker": "dist\/service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "dist\/main.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": { "32": "icon.png" }, "default_popup": "popup.html", "default_title": "Angular Inspector" }, "options_page": "options.html", "permissions": [ "webRequest", "storage", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/inspector-b2058.firebaseio.com\/sites\/example.com\/angular" ], "web_accessible_resources": [ { "resources": [ "dist\/detector.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |