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