Panic Button

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

Что такое Panic Button?

Panic Button - это расширение Chrome, разработанное sascha31072099, и его основная функция - "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.

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

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

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

Название Panic Button Panic Button
ID fkhhachafhebmohpmjlocpdlmffplnpf
Официальный URL https://chrome.google.com/webstore/detail/panic-button/fkhhachafhebmohpmjlocpdlmffplnpf
Описание Hide all your tabs at once with one single button and restore them later.
Размер файла 87.95 KB
Количество установок 1,000
Текущая Версия 1.5.0
Последнее Обновление 2022-07-20
Дата публикации 2022-07-20
Рейтинг 4.75/5 Всего 8 оценок
Разработчик sascha31072099
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}