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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Hardnack และคุณลักษณะหลักของมันคือ "Press Alt + W to close all Incognito Windows that are open."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close Incognito Windows - Keyboard Shortcut

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    }
}