Panic Button

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

Qu'est-ce que Panic Button ?

Panic Button est une extension Chrome développée par Picsweb, et sa fonction principale est "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Panic Button

Téléchargez les fichiers d'extension Panic Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Panic Button Panic Button
ID dahfdfbmdnopjjgeaaelhpolcpfolofa
URL Officiel https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa
Description This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Taille du Fichier 13.36 KB
Nombre d'Installations 23,264
Version Actuelle 1.1
Dernière Mise à Jour 2023-07-31
Date de Publication 2020-05-20
Évaluation 2.07/5 Total 29 Évaluations
Développeur Picsweb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}