Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Quick Extension Manager là gì?
Quick Extension Manager là một tiện ích mở rộng Chrome được phát triển bởi Chris Dermody, và tính năng chính của nó là "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".
Tải xuống tệp CRX của tiện ích mở rộng Quick Extension Manager
Tải xuống các tệp mở rộng Quick 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
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
URL Chính Thức | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
Mô tả | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
Kích Thước Tệp | 442 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2015-04-11 |
Ngày Phát Hành | 2015-04-11 |
Đánh Giá | 2.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Chris Dermody |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |