Weh Inspector
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Was ist Weh Inspector?
Weh Inspector ist eine Chrome-Erweiterung, die von ACLAP entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".
Erweiterungsscreenshots
Weh Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weh Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Weh Inspector |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
Offizielle URL | https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg |
Beschreibung | This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh… |
Dateigröße | 195 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-01-17 |
Veröffentlichungsdatum | 2017-01-17 |
Entwickler | ACLAP |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mi-g/weh |
URL der Datenschutzrichtlinien-Seite | https://www.downloadhelper.net/privacy |
Unterstützte Sprachen | 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" ] } |