Weh Inspector
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Weh Inspector là gì?
Weh Inspector là một tiện ích mở rộng Chrome được phát triển bởi ACLAP, và tính năng chính của nó là "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weh Inspector
Tải xuống các tệp mở rộng Weh Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weh Inspector |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
URL Chính Thức | https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg |
Mô tả | This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh… |
Kích Thước Tệp | 195 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-01-17 |
Ngày Phát Hành | 2017-01-17 |
Nhà Phát Triển | ACLAP |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mi-g/weh |
URL Trang Chính Sách Bảo Mật | https://www.downloadhelper.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |