Weh Inspector
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Weh Inspector क्या है?
Weh Inspector ACLAP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weh Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh Inspector, you can: - display messages exchanged between the background and the content parts of the add-on - show the current content of the storage (HTML5 and WebExtensions stores) - read and modify the add-on preferences To use Weh Inspector, just right click the window to display the context menu and pick "Weh Inspector" to open the inspector tab. The extension will discover automatically other add-ons developed using Weh and will offer them in a dropdown menu for you to pick which one you want to debug. Weh is a toolkit to create very quickly add-ons for Chrome, Firefox, Edge, Opera and Vivaldi. It is open-source code available from https://github.com/mi-g/weh . Weh Inspector was developed using Weh.
एक्सटेंशन की मूल जानकारी
नाम | Weh Inspector |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
आधिकारिक URL | https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg |
विवरण | This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh… |
फ़ाइल का आकार | 195 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-01-17 |
प्रकाशन तिथि | 2017-01-17 |
डेवलपर | ACLAP |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mi-g/weh |
गोपनीयता नीति पृष्ठ URL | https://www.downloadhelper.net/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weh Inspector", "default_locale": "en_US", "version": "1.0", "version_name": "1.0", "author": "Michel Gutierrez", "background": { "scripts": [ "background\/background.js" ], "persistent": true }, "icons": { "32": "content\/images\/icon-32.png", "40": "content\/images\/icon-40.png", "48": "content\/images\/icon-48.png", "128": "content\/images\/icon-128.png" }, "permissions": [ "tabs", "contextMenus", "management" ] } |