Exty-Switchy
Easily enable/disable chrome extensions.
Exty-Switchy là gì?
Exty-Switchy là một tiện ích mở rộng Chrome được phát triển bởi aedorado, và tính năng chính của nó là "Easily enable/disable chrome extensions.".
Ả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 Exty-Switchy
Tải xuống các tệp mở rộng Exty-Switchy 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
Ever had the misfortune of disabling a chrome extension? Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page. But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension. Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
URL Chính Thức | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
Mô tả | Easily enable/disable chrome extensions. |
Kích Thước Tệp | 720 KB |
Số Lần Cài Đặt | 191 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-11-23 |
Ngày Phát Hành | 2016-11-23 |
Đánh Giá | 4.92/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | aedorado |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aedorado/ext-control-panel |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily enable\/disable chrome extensions.", "manifest_version": 2, "name": "Exty-Switchy", "icons": { "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon512.png", "default_popup": "popup.html", "default_title": "Easy Switching." }, "permissions": [ "management", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.1.1" } |