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…”。
擴展截圖
下載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 |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
官方網址 | 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" ] } |