Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

Что такое Close All Tabs?

Close All Tabs - это расширение Chrome, разработанное mark.smith56725, и его основная функция - "Close all open tabs, pinned tabs, and incognito mode tabs.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Close All Tabs

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

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

                        Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. 

easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy                    

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

Название Close All Tabs Close All Tabs
ID cgclhkbaopocbigfahclandepkfhnnnf
Официальный URL https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf
Описание Close all open tabs, pinned tabs, and incognito mode tabs.
Размер файла 30.15 KB
Количество установок 5,908
Текущая Версия 1.1.7
Последнее Обновление 2022-10-04
Дата публикации 2022-10-04
Разработчик mark.smith56725
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://easytabcleanup.com
URL страницы помощи https://easytabcleanup.com/?a=privacy
URL страницы политики конфиденциальности http://easytabcleanup.com?a=privacy
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Easy Tab Clean Up"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
    "homepage_url": "https:\/\/easytabcleanup.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Close All Tabs",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7"
}