Panic Button

This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly

什么是Panic Button?

Panic Button是由Picsweb开发的Chrome扩展程序,该扩展的主要功能是“This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly”。

扩展截图

screenshot

下载Panic Button扩展crx文件

下载Panic Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Installing this chrome extension will add a close button in extension list. Pin the extension icon to the toolbar.

If you have opened multiple tabs, click the extension icon to close all tabs instantly.
Please share your feedback . This will help us to provide new features                    

扩展基本信息

名称 Panic Button Panic Button
ID dahfdfbmdnopjjgeaaelhpolcpfolofa
官方URL https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa
简介 This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
文件大小 13.36 KB
安装次数 23,264
当前版本 1.1
更新时间 2023-07-31
上架时间 2020-05-20
评分 2.07/5 共29次评分
开发者 Picsweb
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Panic Button",
    "description": "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly",
    "version": "1.1",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}