Disable Extensions Temporarily
Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
什么是Disable Extensions Temporarily?
Disable Extensions Temporarily是由busterc开发的Chrome扩展程序,该扩展的主要功能是“Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.”。
扩展截图
下载Disable Extensions Temporarily扩展crx文件
下载Disable Extensions Temporarily扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sometimes you just need to disable chrome extensions temporarily. This extension does just that, with one click.
Even better, it remembers which extensions where previously enabled and will re-enable them again with just one click.
Disable Extensions Temporarily is easy to use and free. 扩展基本信息
| 名称 | |
| ID | lcfdefmogcogicollfebhgjiiakbjdje |
| 官方URL | https://chromewebstore.google.com/detail/disable-extensions-tempor/lcfdefmogcogicollfebhgjiiakbjdje |
| 简介 | Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions. |
| 文件大小 | 11.59 KB |
| 安装次数 | 47,464 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-03-17 |
| 上架时间 | 2020-03-15 |
| 评分 | 3.76/5 共337次评分 |
| 开发者 | busterc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disable Extensions Temporarily",
"version": "1.1",
"manifest_version": 2,
"description": "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img\/simple-icon-048.png",
"default_title": "Toggle Extensions On\/Off"
},
"icons": {
"16": "img\/simple-icon-016.png",
"48": "img\/icon-048.png",
"128": "img\/icon-128.png"
},
"permissions": [
"management"
]
} | |