Panic Button

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

Vad är Panic Button?

Panic Button är en Chrome-tillägg utvecklad av v2panicbutton, och dess huvudfunktion är "Hide all your tabs at once with one single button and restore them later.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Panic Button-förlängningens CRX-fil

Ladda ner Panic Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
Officiell webbadress https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Beskrivning Hide all your tabs at once with one single button and restore them later.
Filstorlek 89.67 KB
Antal Installationer 294
Aktuell Version 1.6.1
Senast Uppdaterad 2022-12-01
Publiceringsdatum 2022-12-01
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare v2panicbutton
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://buttonofpanic.com/
Hjälpsida URL https://buttonofpanic.com/privacy.html
URL till Sekretesspolicy Sidan https://buttonofpanic.com/privacy.html
Stödda Språk 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"
}