Extension Manager
Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.
Extension Manager là gì?
Extension Manager là một tiện ích mở rộng Chrome được phát triển bởi Extension Manager, và tính năng chính của nó là "Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.".
Ả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 Extension Manager
Tải xuống các tệp mở rộng Extension Manager 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. One Key fast enable/disable extension 2. Lightning Group: Quickly enable/disable extension groups according to the scene (except for locked or theme class extensions) 3. Smart Sort: intelligent sorting according to your frequency of use (default sort by name) 4. Right-click Menu: provides shortcut functions such as lock, uninstall, option configuration, home page, APP running, etc. 5. Smart Search: Quickly find the extension you need with keywords or phrases 6. Reminder: display the extended status in real time, remind reset after use, reduce resource consumption (except for locked or theme class extension) 7. View Selection: Provide list view and grid view, in line with user habits 8. Group management: general group and fixed group, flexible management 9. Extension Naming: Give your extension an alias you like 10. Automatic matching: You can turn extensions on and off according to different websites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extension Manager |
ID | gjldcdngmdknpinoemndlidpcabkggco |
URL Chính Thức | https://chromewebstore.google.com/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco |
Mô tả | Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure. |
Kích Thước Tệp | 362 KB |
Số Lần Cài Đặt | 180,352 |
Phiên Bản Hiện Tại | 9.5.1 |
Cập Nhật Lần Cuối | 2021-11-05 |
Ngày Phát Hành | 2020-07-05 |
Đánh Giá | 4.40/5 Tổng số 988 Đánh Giá |
Nhà Phát Triển | Extension Manager |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco/reviews |
URL Trang Chính Sách Bảo Mật | https://extensions-manager.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extNameShort__", "version": "9.5.1", "default_locale": "en", "offline_enabled": true, "description": "__MSG_extDesr__", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "assets\/icon\/icon_19.png", "38": "assets\/icon\/icon_38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "permissions": [ "management", "storage", "tabs", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com http:\/\/localhost:8080 https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/s.union.360.cn; object-src 'self'", "options_page": "option.html", "icons": { "16": "assets\/icon\/icon_16.png", "32": "assets\/icon\/icon_32.png", "48": "assets\/icon\/icon_48.png", "128": "assets\/icon\/icon_128.png" } } |