Open In Incognito
Open the current URL in an incognito window.
Open In Incognito क्या है?
Open In Incognito misterburton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the current URL in an incognito window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In Incognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extensions — particularly those that block advertising tracking, malware and social widgets — can often impair the functionality of a given webpage, making debugging and testing difficult for web developers. 'Open In Incognito' is a quick way to open the current tab or window in an incognito window, disabling all extensions for which the user hasn't explicitly afforded incognito functionality. Further, opening a page in incognito mode is a session unto itself wherein which you are logged out of your every account, enabling you to quickly browse a site outside of your filter bubble and compare it to the page you see when logged in. https://en.wikipedia.org/wiki/Filter_bubble Developers: be sure to visit chrome://extensions/ and uncheck 'Allow in incognito' for all installed chrome extensions to ensure that none are affecting the display of your pages in incognito mode. Extension icon: 'Jason Voorhees' by the phenomenal icons8.com. http://thenounproject.com/term/jason-voorhees/14253/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | peacnpgnojjkmbepjndigjojeoipkflb |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-incognito/peacnpgnojjkmbepjndigjojeoipkflb |
विवरण | Open the current URL in an incognito window. |
फ़ाइल का आकार | 33.84 KB |
स्थापना संख्या | 11,872 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2016-11-23 |
प्रकाशन तिथि | 2016-11-22 |
रेटिंग | 4.14/5 कुल 14 रेटिंग्स |
डेवलपर | misterburton |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://misterburton.com/pages/open-in-incognito.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Incognito", "version": "0.0.3", "manifest_version": 2, "description": "Open the current URL in an incognito window.", "homepage_url": "http:\/\/misterburton.com\/pages\/open-in-incognito.html", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon76.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon76.png" }, "default_title": "Open In Incognito" }, "permissions": [ "tabs" ] } |