Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Vad är Panic Button?
Panic Button är en Chrome-tillägg utvecklad av Picsweb, och dess huvudfunktion är "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Tilläggsskärmbilder
Ladda ner Panic Button-förlängningens CRX-fil
Ladda ner Panic Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
Officiell webbadress | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Beskrivning | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Filstorlek | 13.36 KB |
Antal Installationer | 23,264 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-07-31 |
Publiceringsdatum | 2020-05-20 |
Betyg | 2.07/5 Totalt 29 Betyg |
Utvecklare | Picsweb |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |