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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Alt + W to close all Incognito Windows that are open."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Close Incognito Windows - Keyboard Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } } |