Panic Button

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

Was ist Panic Button?

Panic Button ist eine Chrome-Erweiterung, die von Picsweb entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".

Erweiterungsscreenshots

screenshot

Panic Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Panic Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Panic Button Panic Button
ID dahfdfbmdnopjjgeaaelhpolcpfolofa
Offizielle URL https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa
Beschreibung This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Dateigröße 13.36 KB
Installationsanzahl 23,264
Aktuelle Version 1.1
Letztes Update 2023-07-31
Veröffentlichungsdatum 2020-05-20
Bewertung 2.07/5 Insgesamt 29 Bewertungen
Entwickler Picsweb
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}