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开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Weh Inspector扩展crx文件

下载Weh Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}