Extensions switcher
Menu for quick extensions control
Extensions switcher là gì?
Extensions switcher là một tiện ích mở rộng Chrome được phát triển bởi Anton, và tính năng chính của nó là "Menu for quick extensions control".
Ả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 Extensions switcher
Tải xuống các tệp mở rộng Extensions switcher 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
Simple extension manager. This extension allow quick enable/disable other extensiosns. To create a new group, drag the icon for an extension up abroad, the current group. Features include: - enable, disable, uninstall extensions/apps; - launch apps; - ability to create extension groups; - enable/disable extension groups in one click; - quick and light for your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extensions switcher |
ID | mapmknaogodpakjopdhmdcilahbfbjpc |
URL Chính Thức | https://chromewebstore.google.com/detail/extensions-switcher/mapmknaogodpakjopdhmdcilahbfbjpc |
Mô tả | Menu for quick extensions control |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 4,587 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2019-06-08 |
Ngày Phát Hành | 2019-06-08 |
Đánh Giá | 4.22/5 Tổng số 59 Đánh Giá |
Nhà Phát Triển | Anton |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "49", "browser_action": { "default_icon": { "19": "assets\/icons\/icon_19.png", "38": "assets\/icons\/icon_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/icon_16.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "offline_enabled": true, "permissions": [ "storage", "management" ], "name": "Extensions switcher", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5.3" } |