Close Incognito Windows - Keyboard Shortcut

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

Was ist Close Incognito Windows - Keyboard Shortcut?

Close Incognito Windows - Keyboard Shortcut ist eine Chrome-Erweiterung, die von Matthew Hardnack entwickelt wurde, und ihr Hauptmerkmal ist "Press Alt + W to close all Incognito Windows that are open.".

Close Incognito Windows - Keyboard Shortcut-Erweiterungs-CRX-Datei herunterladen

Laden Sie Close Incognito Windows - Keyboard Shortcut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
Offizielle URL https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Beschreibung Press Alt + W to close all Incognito Windows that are open.
Dateigröße 3.24 KB
Installationsanzahl 827
Aktuelle Version 1.0.1
Letztes Update 2013-05-16
Veröffentlichungsdatum 2013-05-16
Bewertung 4.14/5 Insgesamt 7 Bewertungen
Entwickler Matthew Hardnack
Zahlungsart free
Erweiterungswebsite http://www.matthewhardnack.com
Hilfeseite URL https://www.twitter.com/matthewhardnack
Unterstützte Sprachen 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"
        }
    }
}