Tab reopen key on incognito mode
This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Tab reopen key on incognito mode क्या है?
Tab reopen key on incognito mode nex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab reopen key on incognito mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
After the installation, please set "Allow in incognito" to allow this extension works on the incognito mode. Also, the default shortcut key is set as {Ctrl+Shift+X}, but you can replace it. *Shortcut keys setting page's URL is --> chrome://extensions/shortcuts
एक्सटेंशन की मूल जानकारी
नाम | |
ID | alkfhfgkepamooonkjdolamnbilhkmjg |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg |
विवरण | This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode. |
फ़ाइल का आकार | 4.48 KB |
स्थापना संख्या | 755 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-07-06 |
प्रकाशन तिथि | 2021-07-06 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | nex |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab reopen key on incognito mode", "description": "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs\/windows on Incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "reopen_tab": { "suggested_key": { "default": "Ctrl+Shift+X" }, "description": "reopen tab" } }, "permissions": [ "tabs", "commands", "sessions" ] } |