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 |
公式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 |
Eメール | [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" ] } |