Close Incognito Windows - Keyboard Shortcut

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

O que é Close Incognito Windows - Keyboard Shortcut?

Close Incognito Windows - Keyboard Shortcut é uma extensão do Chrome desenvolvida por Matthew Hardnack, e sua principal característica é "Press Alt + W to close all Incognito Windows that are open.".

Baixar o arquivo CRX da Extensão Close Incognito Windows - Keyboard Shortcut

Baixe arquivos de extensão Close Incognito Windows - Keyboard Shortcut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
URL Oficial https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Descrição Press Alt + W to close all Incognito Windows that are open.
Tamanho do Arquivo 3.24 KB
Contagem de Instalações 827
Versão Atual 1.0.1
Última Atualização 2013-05-16
Data de Publicação 2013-05-16
Classificação 4.14/5 Total de 7 Avaliações
Desenvolvedor Matthew Hardnack
Tipo de Pagamento free
Site da Extensão http://www.matthewhardnack.com
URL da Página de Ajuda https://www.twitter.com/matthewhardnack
Idiomas Suportados 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"
        }
    }
}