Panic Button

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

什麼是Panic Button?

Panic Button是由v2panicbutton開發的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擴充功能。

擴展使用說明

                        Allows you to hide unnecessary tabs simply by clicking on the icon. And you will enjoy the browser window with only the tab you need                    

擴展基本資訊

名稱 Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
官方網址 https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
簡介 Hide all your tabs at once with one single button and restore them later.
檔案大小 89.67 KB
安裝次數 294
目前版本 1.6.1
更新時間 2022-12-01
上架時間 2022-12-01
評分 4.00/5 共 1 次評分
開發者 v2panicbutton
電子郵箱 [email protected]
付費類型 free
擴展官網 https://buttonofpanic.com/
說明頁面URL https://buttonofpanic.com/privacy.html
隱私政策頁面URL https://buttonofpanic.com/privacy.html
支援的語言 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",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/buttonofpanic.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}