ExtensionManager
Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
ExtensionManager là gì?
ExtensionManager là một tiện ích mở rộng Chrome được phát triển bởi https://www.zangse.mobi, và tính năng chính của nó là "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…".
Ả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 ExtensionManager
Tải xuống các tệp mở rộng ExtensionManager 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
1. Manage extensions, disable/enable your extensions with one click 2. Set common extensions, you can open the common extension mode 3. Quickly search for your extensions and configure them 4. View extensions in the chrome app store 5. Open the expanded configuration page 6. Uninstall the extension 7. Added some shortcuts If you have a better UI design and function recommendations, please leave a message yo. Test phase, welcome to comment.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ExtensionManager |
ID | jijileelaefjahodboljljdgfpbjjlac |
URL Chính Thức | https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac |
Mô tả | Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common… |
Kích Thước Tệp | 405 KB |
Số Lần Cài Đặt | 2,215 |
Phiên Bản Hiện Tại | 0.0.10 |
Cập Nhật Lần Cuối | 2018-06-26 |
Ngày Phát Hành | 2018-06-26 |
Đánh Giá | 4.33/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://www.zangse.mobi |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zangse/vue-chrome-extension |
URL Trang Trợ Giúp | https://github.com/zangse/vue-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "zh_CN", "version": "0.0.10", "description": "__MSG_appDescription__", "icons": { "128": "static\/images\/icon_128.png" }, "browser_action": { "default_icon": "static\/images\/icon_128.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background\/background.main.js" ] }, "content_scripts": [ { "matches": [ " |