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
电子邮箱 [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"
}