Incognito Launcher

Quick Incognito Launcher

Qu'est-ce que Incognito Launcher ?

Incognito Launcher est une extension Chrome développée par mquadrant, et sa fonction principale est "Quick Incognito Launcher".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Incognito Launcher

Téléchargez les fichiers d'extension Incognito Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Incognito Launcher Incognito Launcher
ID ipobjholhnadnkgkapnpbdcnogdfdepd
URL Officiel https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd
Description Quick Incognito Launcher
Taille du Fichier 15.45 KB
Nombre d'Installations 18
Version Actuelle 1.1
Dernière Mise à Jour 2022-05-24
Date de Publication 2020-10-12
Développeur mquadrant
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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]"
        }
    }
}