Open in Private Mode

Open the active tab in a private window via toolbar button or context-menu.

Open in Private Mode क्या है?

Open in Private Mode Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the active tab in a private window via toolbar button or context-menu."।

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

screenshot

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

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

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

                        Open in Private Mode is an extension that enables you to open the current tab (active) in a private window.

Simply click on the toolbar button to open the private (or incognito) window. You can also use the context-menu item (right-click) to open the private window. Please note that, if you right-click on a link, the new private window will have the link URL instead of the tab. Moreover, you can use the keyboard shortcut (Alt + Shift + S) to open the active tab in a private window. If you want to open a custom URL in a private window when you click on the toolbar button, please open the options page and add a URL in the designated area.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/open-in-private-mode.html).                    

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

नाम Open in Private Mode Open in Private Mode
ID fcmoifjllifgjedihhcmbhjmfakcadcm
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-private-mode/fcmoifjllifgjedihhcmbhjmfakcadcm
विवरण Open the active tab in a private window via toolbar button or context-menu.
फ़ाइल का आकार 23.43 KB
स्थापना संख्या 2,586
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2017-12-09
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/open-in-private-mode.html
सहायता पृष्ठ URL https://mybrowseraddon.com/open-in-private-mode.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Open in Private Mode",
    "homepage_url": "https:\/\/mybrowseraddon.com\/open-in-private-mode.html",
    "description": "Open the active tab in a private window via toolbar button or context-menu.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "commands": {
        "private-tab": {
            "description": "Open in Private Mode",
            "suggested_key": {
                "mac": "Alt+Shift+S",
                "default": "Alt+Shift+S"
            }
        }
    },
    "action": {
        "default_title": "Open in Private Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}