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 |
官方網址 | 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" } } } |