IncogSwitch
Quickly switch the current window between normal and incognito mode.
IncogSwitch क्या है?
IncogSwitch Jamie Redding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly switch the current window between normal and incognito mode."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IncogSwitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own. If you have any problems or want features added, please contact me -> [email protected] Fixed in 1.2 ------------------ - Handling of Japanese characters
एक्सटेंशन की मूल जानकारी
नाम | IncogSwitch |
ID | lmofebnkodbmemflnendlcpgfdbkgakd |
आधिकारिक URL | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
विवरण | Quickly switch the current window between normal and incognito mode. |
फ़ाइल का आकार | 32.58 KB |
स्थापना संख्या | 511 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-04-05 |
प्रकाशन तिथि | 2018-04-05 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Jamie Redding |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/TormundTargers/IncogSwitch |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IncogSwitch", "description": "Quickly switch the current window between normal and incognito mode.", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon19.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |