Close Incognito Windows - Keyboard Shortcut
Press Alt + W to close all Incognito Windows that are open.
什么是Close Incognito Windows - Keyboard Shortcut?
Close Incognito Windows - Keyboard Shortcut是由Matthew Hardnack开发的Chrome扩展程序,该扩展的主要功能是“Press Alt + W to close all Incognito Windows that are open.”。
下载Close Incognito Windows - Keyboard Shortcut扩展crx文件
下载Close Incognito Windows - Keyboard Shortcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | igkgeedjebclacnkomeopdhkgimkhned |
官方URL | https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned |
简介 | Press Alt + W to close all Incognito Windows that are open. |
文件大小 | 3.24 KB |
安装次数 | 827 |
当前版本 | 1.0.1 |
更新时间 | 2013-05-16 |
上架时间 | 2013-05-16 |
评分 | 4.14/5 共7次评分 |
开发者 | Matthew Hardnack |
付费类型 | free |
扩展官网 | http://www.matthewhardnack.com |
帮助页面URL | https://www.twitter.com/matthewhardnack |
支持的语言 | 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" } } } |