Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Hvad er Panic Button?
Panic Button er en Chrome-udvidelse udviklet af Picsweb, og dens hovedfunktion er "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Udvidelsesskærmbilleder
Download Panic Button-udvidelses-CRX-fil
Download Panic Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
Officiel URL | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Beskrivelse | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Filstørrelse | 13.36 KB |
Antal Installationer | 23,264 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-07-31 |
Udgivelsesdato | 2020-05-20 |
Bedømmelse | 2.07/5 Samlet 29 Bedømmelser |
Udvikler | Picsweb |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |