Panic Button

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

Cos'è Panic Button?

Panic Button è un'estensione di Chrome sviluppata da sascha31072099, e la sua funzione principale è "Hide all your tabs at once with one single button and restore them later.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Panic Button

Scarica i file di estensione Panic Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Кнопка позволяет сворачивать все вкладки по клику на одну кнопку                    

Informazioni di Base sull'Estensione

Nome Panic Button Panic Button
ID fkhhachafhebmohpmjlocpdlmffplnpf
URL Ufficiale https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf
Descrizione Hide all your tabs at once with one single button and restore them later.
Dimensione del File 87.95 KB
Conteggio Installazioni 1,000
Versione Corrente 1.5.0
Ultimo Aggiornamento 2022-07-20
Data di Pubblicazione 2022-07-20
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore sascha31072099
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0"
}