Close Incognito Windows - Keyboard Shortcut
Press Alt + W to close all Incognito Windows that are open.
What is Close Incognito Windows - Keyboard Shortcut?
Close Incognito Windows - Keyboard Shortcut is a Chrome extension developed by Matthew Hardnack, and its main feature is "Press Alt + W to close all Incognito Windows that are open.".
Download Close Incognito Windows - Keyboard Shortcut Extension CRX File
Download Close Incognito Windows - Keyboard Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | igkgeedjebclacnkomeopdhkgimkhned |
Official URL | https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned |
Description | Press Alt + W to close all Incognito Windows that are open. |
File Size | 3.24 KB |
Installation Count | 827 |
Current Version | 1.0.1 |
Last Updated | 2013-05-16 |
Publish Date | 2013-05-16 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Matthew Hardnack |
Payment Type | free |
Extension Website | http://www.matthewhardnack.com |
Help Page URL | https://www.twitter.com/matthewhardnack |
Supported Languages | 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" } } } |