Close Incognito Windows - Keyboard Shortcut

Close Incognito Windows - Keyboard Shortcut

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

Merlin
Additional files are visible only to premium users

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"
    }
  }
}