Pause All Extensions
Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -…
什么是Pause All Extensions?
Pause All Extensions是由kikizehra开发的Chrome扩展程序,该扩展的主要功能是“Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -…”。
扩展截图
下载Pause All Extensions扩展crx文件
下载Pause All Extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: - Pause/unpause individual extensions in a breeze. - Effortlessly group and manage your extensions, granting instant control with a single click per group. - Avoid conflict pause between global pause and group pause.
扩展基本信息
名称 | Pause All Extensions |
ID | ebppngeoefinakmpeopdobkpgffachdn |
官方URL | https://chromewebstore.google.com/detail/pause-all-extensions/ebppngeoefinakmpeopdobkpgffachdn |
简介 | Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -… |
文件大小 | 623 KB |
安装次数 | 166 |
当前版本 | 1.3 |
更新时间 | 2023-06-11 |
上架时间 | 2022-10-30 |
评分 | 4.67/5 共3次评分 |
开发者 | kikizehra |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/zezhehh/pause-all-extensions |
帮助页面URL | https://github.com/zezhehh/pause-all-extensions/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pause All Extensions", "version": "1.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Pause All Extensions" }, "options_page": "option.html", "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "management", "storage" ], "author": "Zezhe Huang", "homepage_url": "https:\/\/github.com\/zezhehh\/pause-all-extensions" } |