Close Incognito Windows - Keyboard Shortcut

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

Vad är Close Incognito Windows - Keyboard Shortcut?

Close Incognito Windows - Keyboard Shortcut är en Chrome-tillägg utvecklad av Matthew Hardnack, och dess huvudfunktion är "Press Alt + W to close all Incognito Windows that are open.".

Ladda ner Close Incognito Windows - Keyboard Shortcut-förlängningens CRX-fil

Ladda ner Close Incognito Windows - Keyboard Shortcut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
Officiell webbadress https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Beskrivning Press Alt + W to close all Incognito Windows that are open.
Filstorlek 3.24 KB
Antal Installationer 827
Aktuell Version 1.0.1
Senast Uppdaterad 2013-05-16
Publiceringsdatum 2013-05-16
Betyg 4.14/5 Totalt 7 Betyg
Utvecklare Matthew Hardnack
Betalningssätt free
Tilläggswebbplats http://www.matthewhardnack.com
Hjälpsida URL https://www.twitter.com/matthewhardnack
Stödda Språk 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"
        }
    }
}