Uncognito

Switches incognito tabs and links into normal tabs

Uncognito क्या है?

Uncognito Patrick Kingchatchaval द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switches incognito tabs and links into normal tabs"।

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

screenshot
screenshot

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

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

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

                        This extension has two features:

1. Allows the user to use a context menu option to open a link from an incognito tab in a normal window, much like the built-in option to open a link in an incognito window

2. Allows the user to use the extension button to switch a current incognito tab into a normal tab, while simultaneously closing that incognito tab

The normal tab will try to open in an existing normal window first, before creating a new window if none is available.

Note: the 'Allow in incognito' option for this extension on chrome://extensions/ must be enabled for this extension to work!

===================
Update History
-------------------
Version 1.3
-Fixed an issue with the context menu option

Version 1.2
-Migrated to Manifest V3

Version 1.1
-Fixed a bug where if there are no existing normal windows, the context menu option doesn't work and the extension button doesn't close the incognito tab.
-Removed unnecessary permissions so that no permissions are required.
===================                    

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

नाम Uncognito Uncognito
ID gmimjhaoklngbnihfmcnidljnodmfmbd
आधिकारिक URL https://chromewebstore.google.com/detail/uncognito/gmimjhaoklngbnihfmcnidljnodmfmbd
विवरण Switches incognito tabs and links into normal tabs
फ़ाइल का आकार 9.93 KB
स्थापना संख्या 516
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-06-24
प्रकाशन तिथि 2018-03-06
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Patrick Kingchatchaval
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uncognito",
    "version": "1.3",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Uncognito"
    },
    "description": "Switches incognito tabs and links into normal tabs",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}