Extension Manager
Quickly enable or disable extensions. No Ads. No nonsense.
Extension Manager là gì?
Extension Manager là một tiện ích mở rộng Chrome được phát triển bởi Michael Bazos, và tính năng chính của nó là "Quickly enable or disable extensions. No Ads. No nonsense.".
Ả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
PRIVACY POLICY Let's keep it short and simple. This extension does not collect data. DESCRIPTION ★ No ads. No data collection. ★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails. ★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide. ★ Less extensions enabled means faster navigation. CHANGELOG v1.4.0 - Add the ability to search through extensions - Add access to extensions options page - Settings icon is shown for active extensions which provide an option page - Redesign browser action icon - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extension Manager |
ID | nddeiknmamlpagmnabfdlljlikeoanch |
URL Chính Thức | https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch |
Mô tả | Quickly enable or disable extensions. No Ads. No nonsense. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 3,901 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2021-04-15 |
Ngày Phát Hành | 2019-06-06 |
Đánh Giá | 4.47/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | Michael Bazos |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.4.0", "permissions": [ "management" ], "browser_action": { "default_icon": { "128": "icons\/webstore_128.png" }, "default_title": "Extension Manager", "default_popup": "index.html" }, "icons": { "48": "icons\/webstore_48.png", "128": "icons\/webstore_128.png" }, "offline_enabled": true, "manifest_version": 2 } |