Panic Button

Hide all your tabs at once with one single button and restore them later.

Co to jest Panic Button?

Panic Button to rozszerzenie Chrome opracowane przez v2panicbutton, a jego główną funkcją jest „Hide all your tabs at once with one single button and restore them later.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

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

                        Allows you to hide unnecessary tabs simply by clicking on the icon. And you will enjoy the browser window with only the tab you need                    

Podstawowe informacje o rozszerzeniu

Nazwa Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
Oficjalny URL https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Opis Hide all your tabs at once with one single button and restore them later.
Rozmiar pliku 89.67 KB
Liczba instalacji 294
Aktualna Wersja 1.6.1
Ostatnia Aktualizacja 2022-12-01
Data Publikacji 2022-12-01
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper v2panicbutton
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://buttonofpanic.com/
Adres URL Strony Pomocy https://buttonofpanic.com/privacy.html
Adres URL Strony Polityki Prywatności https://buttonofpanic.com/privacy.html
Obsługiwane Języki de,en,fr,nl,tr,es,it,pl,sv,el,sr,ru,uk,ar
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon128-128.png"
        },
        "default_title": "__MSG_defTitle__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "main\/sekret.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "img\/icon128-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/buttonofpanic.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}