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
官方URL 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"
}