Panic Button

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

Wat is Panic Button?

Panic Button is een Chrome-extensie ontwikkeld door v2panicbutton, en de belangrijkste functie is "Hide all your tabs at once with one single button and restore them later.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Panic Button

Download Panic Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
Officiële URL https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Beschrijving Hide all your tabs at once with one single button and restore them later.
Bestandsgrootte 89.67 KB
Aantal Installaties 294
Huidige Versie 1.6.1
Laatst Bijgewerkt 2022-12-01
Publicatiedatum 2022-12-01
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar v2panicbutton
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://buttonofpanic.com/
Help Pagina-URL https://buttonofpanic.com/privacy.html
URL van de Privacybeleid Pagina https://buttonofpanic.com/privacy.html
Ondersteunde Talen 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"
}