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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
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"
        }
    }
}