Panic Button

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

Что такое Panic Button?

Panic Button - это расширение Chrome, разработанное v2panicbutton, и его основная функция - "Hide all your tabs at once with one single button and restore them later.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Panic Button

Скачайте файлы расширений Panic Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
Официальный URL https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Описание Hide all your tabs at once with one single button and restore them later.
Размер файла 89.67 KB
Количество установок 294
Текущая Версия 1.6.1
Последнее Обновление 2022-12-01
Дата публикации 2022-12-01
Рейтинг 4.00/5 Всего 1 оценок
Разработчик v2panicbutton
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://buttonofpanic.com/
URL страницы помощи https://buttonofpanic.com/privacy.html
URL страницы политики конфиденциальности https://buttonofpanic.com/privacy.html
Поддерживаемые языки 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"
}