Panic Button

Hide all your tabs at once with one single button and restore them later.

Panic Buttonとは何ですか?

Panic Buttonはsascha31072099によって開発されたChromeの拡張機能で、その主な機能は「Hide all your tabs at once with one single button and restore them later.」です。

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

screenshot
screenshot

Panic Button拡張機能のCRXファイルをダウンロード

Panic Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Кнопка позволяет сворачивать все вкладки по клику на одну кнопку                    

拡張機能の基本情報

名前 Panic Button Panic Button
ID fkhhachafhebmohpmjlocpdlmffplnpf
公式URL https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf
説明 Hide all your tabs at once with one single button and restore them later.
ファイルサイズ 87.95 KB
インストール数 1,000
現在のバージョン 1.5.0
最終更新日 2022-07-20
公開日 2022-07-20
評価 4.75/5 合計 8 レビュー
開発者 sascha31072099
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,nl,tr,es,it,pl,sv,el,sr,ru,uk,ar
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon128-128.png"
        },
        "default_title": "__MSG_defTitle__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "main\/sekret.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "img\/icon128-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0"
}