Weh Inspector
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Cos'è Weh Inspector?
Weh Inspector è un'estensione di Chrome sviluppata da ACLAP, e la sua funzione principale è "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weh Inspector
Scarica i file di estensione Weh Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Weh Inspector |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
URL Ufficiale | https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg |
Descrizione | This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh… |
Dimensione del File | 195 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-17 |
Data di Pubblicazione | 2017-01-17 |
Sviluppatore | ACLAP |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mi-g/weh |
URL della Pagina della Politica sulla Privacy | https://www.downloadhelper.net/privacy |
Lingue Supportate | 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" ] } |