Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Co to jest Panic Button?
Panic Button to rozszerzenie Chrome opracowane przez Picsweb, a jego główną funkcją jest „This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Panic Button
Pobierz pliki rozszerzeń Panic Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
Oficjalny URL | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Opis | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Rozmiar pliku | 13.36 KB |
Liczba instalacji | 23,264 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-07-31 |
Data Publikacji | 2020-05-20 |
Ocena | 2.07/5 Łącznie 29 Oceny |
Deweloper | Picsweb |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |