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: -…」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}