Weh Inspector

This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…

What is Weh Inspector?

Weh Inspector is a Chrome extension developed by ACLAP, and its main feature is "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Weh Inspector Extension CRX File

Download Weh Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Weh Inspector Weh Inspector
ID fmgamnjfcnkcpfbbgifncejeplbpoebg
Official URL https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg
Description This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
File Size 195 KB
Installation Count 69
Current Version 1.0
Last Updated 2017-01-17
Publish Date 2017-01-17
Developer ACLAP
Email [email protected]
Payment Type free
Extension Website https://github.com/mi-g/weh
Privacy Policy Page URL https://www.downloadhelper.net/privacy
Supported Languages 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"
    ]
}