Close Incognito Windows - Keyboard Shortcut

Press Alt + W to close all Incognito Windows that are open.

Что такое Close Incognito Windows - Keyboard Shortcut?

Close Incognito Windows - Keyboard Shortcut - это расширение Chrome, разработанное Matthew Hardnack, и его основная функция - "Press Alt + W to close all Incognito Windows that are open.".

Скачать файл CRX расширения Close Incognito Windows - Keyboard Shortcut

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

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

                        NOTE: You must check "Allow in incognito" after installing this extension for this to work. Otherwise the extension will have permission to find and close the opened incognito windows.

Ever wanted to be able to close all of your Incognito Windows at the press of a button? Now you can using the keyboard shortcut Alt + W.

You must have a chrome window in focus when pressing the keyboard shortcut, otherwise it will not work. But will still close minimized windows when a chrome window (incognito or not) is focused.                    

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

Название Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
Официальный URL https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Описание Press Alt + W to close all Incognito Windows that are open.
Размер файла 3.24 KB
Количество установок 827
Текущая Версия 1.0.1
Последнее Обновление 2013-05-16
Дата публикации 2013-05-16
Рейтинг 4.14/5 Всего 7 оценок
Разработчик Matthew Hardnack
Тип оплаты free
Официальный сайт расширения http://www.matthewhardnack.com
URL страницы помощи https://www.twitter.com/matthewhardnack
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Incognito Windows - Keyboard Shortcut",
    "description": "Press Alt + W to close all Incognito Windows that are open.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "close_windows": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    }
}