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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } } |