Incognito Launcher

Quick Incognito Launcher

Co je Incognito Launcher?

Incognito Launcher je rozšíření Chrome vyvinuté mquadrant, a jeho hlavní funkcí je „Quick Incognito Launcher“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Incognito Launcher

Stáhněte si soubory rozšíření Incognito Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click.
Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing).

It's simple! 
- To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window. 
- To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window.

Short cut:  "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac.

To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome                    

Základní Informace o Rozšíření

Název Incognito Launcher Incognito Launcher
ID ipobjholhnadnkgkapnpbdcnogdfdepd
Oficiální URL https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd
Popis Quick Incognito Launcher
Velikost souboru 15.45 KB
Počet instalací 18
Aktuální Verze 1.1
Poslední Aktualizace 2022-05-24
Datum Vydání 2020-10-12
Vývojář mquadrant
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Launcher",
    "version": "1.1",
    "description": "Quick Incognito Launcher",
    "manifest_version": 3,
    "icons": {
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "commands": {
        "open-iiwindow": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Open highlighted\/current Tab in incognito"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        }
    }
}