Close Incognito Windows - Keyboard Shortcut

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

Close Incognito Windows - Keyboard Shortcut là gì?

Close Incognito Windows - Keyboard Shortcut là một tiện ích mở rộng Chrome được phát triển bởi Matthew Hardnack, và tính năng chính của nó là "Press Alt + W to close all Incognito Windows that are open.".

Tải xuống tệp CRX của tiện ích mở rộng Close Incognito Windows - Keyboard Shortcut

Tải xuống các tệp mở rộng Close Incognito Windows - Keyboard Shortcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
URL Chính Thức https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Mô tả Press Alt + W to close all Incognito Windows that are open.
Kích Thước Tệp 3.24 KB
Số Lần Cài Đặt 827
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-05-16
Ngày Phát Hành 2013-05-16
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Matthew Hardnack
Loại Thanh Toán free
Trang Web Mở Rộng http://www.matthewhardnack.com
URL Trang Trợ Giúp https://www.twitter.com/matthewhardnack
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}