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
官方網址 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
電子郵箱 [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"
}