Panic Button

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

O que é Panic Button?

Panic Button é uma extensão do Chrome desenvolvida por sascha31072099, e sua principal característica é "Hide all your tabs at once with one single button and restore them later.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Panic Button

Baixe arquivos de extensão Panic Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Panic Button Panic Button
ID fkhhachafhebmohpmjlocpdlmffplnpf
URL Oficial https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf
Descrição Hide all your tabs at once with one single button and restore them later.
Tamanho do Arquivo 87.95 KB
Contagem de Instalações 1,000
Versão Atual 1.5.0
Última Atualização 2022-07-20
Data de Publicação 2022-07-20
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor sascha31072099
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}