Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Wat is Panic Button?
Panic Button is een Chrome-extensie ontwikkeld door Picsweb, en de belangrijkste functie is "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Extensie Screenshots
Download het CRX-bestand van de extensie Panic Button
Download Panic Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
Officiële URL | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Beschrijving | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Bestandsgrootte | 13.36 KB |
Aantal Installaties | 23,264 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-07-31 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 2.07/5 Totaal 29 Beoordelingen |
Ontwikkelaar | Picsweb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |