Close Incognito Windows - Keyboard Shortcut

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

Qu'est-ce que Close Incognito Windows - Keyboard Shortcut ?

Close Incognito Windows - Keyboard Shortcut est une extension Chrome développée par Matthew Hardnack, et sa fonction principale est "Press Alt + W to close all Incognito Windows that are open.".

Télécharger le fichier CRX de l'extension Close Incognito Windows - Keyboard Shortcut

Téléchargez les fichiers d'extension Close Incognito Windows - Keyboard Shortcut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
URL Officiel https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Description Press Alt + W to close all Incognito Windows that are open.
Taille du Fichier 3.24 KB
Nombre d'Installations 827
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-05-16
Date de Publication 2013-05-16
Évaluation 4.14/5 Total 7 Évaluations
Développeur Matthew Hardnack
Type de Paiement free
Site Web de l'Extension http://www.matthewhardnack.com
URL de la Page d'Aide https://www.twitter.com/matthewhardnack
Langues Prises en Charge 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"
        }
    }
}