Panic Button

This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly

Что такое Panic Button?

Panic Button - это расширение Chrome, разработанное Picsweb, и его основная функция - "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".

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

screenshot

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

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

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

                        Installing this chrome extension will add a close button in extension list. Pin the extension icon to the toolbar.

If you have opened multiple tabs, click the extension icon to close all tabs instantly.
Please share your feedback . This will help us to provide new features                    

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

Название Panic Button Panic Button
ID dahfdfbmdnopjjgeaaelhpolcpfolofa
Официальный URL https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa
Описание This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Размер файла 13.36 KB
Количество установок 23,264
Текущая Версия 1.1
Последнее Обновление 2023-07-31
Дата публикации 2020-05-20
Рейтинг 2.07/5 Всего 29 оценок
Разработчик Picsweb
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Panic Button",
    "description": "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly",
    "version": "1.1",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}