incogni-tab

Open your current tab in an incognito or regular window

incogni-tab क्या है?

incogni-tab Targetlock.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open your current tab in an incognito or regular window"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में incogni-tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking!

It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened.

Please post suggestions and reviews, we want to make this the most useful extension of its kind.                    

एक्सटेंशन की मूल जानकारी

नाम incogni-tab incogni-tab
ID mhppgjeghhhfdeemdkfcfkcnmopmcnkf
आधिकारिक URL https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf
विवरण Open your current tab in an incognito or regular window
फ़ाइल का आकार 46.31 KB
स्थापना संख्या 903
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-11-18
प्रकाशन तिथि 2016-02-03
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर Targetlock.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "incogni-tab",
    "version": "1.2.1",
    "author": "EDGE Solutions",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "incogni-tab",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background\/background.min.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "src\/options\/options_overlay.html",
        "chrome_style": true
    }
}