Exty-Switchy
Easily enable/disable chrome extensions.
什么是Exty-Switchy?
Exty-Switchy是由aedorado开发的Chrome扩展程序,该扩展的主要功能是“Easily enable/disable chrome extensions.”。
扩展截图
下载Exty-Switchy扩展crx文件
下载Exty-Switchy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
官方URL | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
简介 | Easily enable/disable chrome extensions. |
文件大小 | 720 KB |
安装次数 | 191 |
当前版本 | 1.1.1 |
更新时间 | 2016-11-23 |
上架时间 | 2016-11-23 |
评分 | 4.92/5 共13次评分 |
开发者 | aedorado |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/aedorado/ext-control-panel |
支持的语言 | 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" } |