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
Eメール [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"
    }
}