Panic Button

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

Apa itu Panic Button?

Panic Button adalah ekstensi Chrome yang dikembangkan oleh Picsweb, dan fitur utamanya adalah "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Panic Button

Unduh file ekstensi Panic Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Panic Button Panic Button
ID dahfdfbmdnopjjgeaaelhpolcpfolofa
URL Resmi https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa
Deskripsi This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Ukuran File 13.36 KB
Jumlah Instalasi 23,264
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-07-31
Tanggal Publikasi 2020-05-20
Penilaian 2.07/5 Total 29 Penilaian
Pengembang Picsweb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}