Incognito Launcher

Quick Incognito Launcher

O que é Incognito Launcher?

Incognito Launcher é uma extensão do Chrome desenvolvida por mquadrant, e sua principal característica é "Quick Incognito Launcher".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Incognito Launcher

Baixe arquivos de extensão Incognito Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Incognito Launcher Incognito Launcher
ID ipobjholhnadnkgkapnpbdcnogdfdepd
URL Oficial https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd
Descrição Quick Incognito Launcher
Tamanho do Arquivo 15.45 KB
Contagem de Instalações 18
Versão Atual 1.1
Última Atualização 2022-05-24
Data de Publicação 2020-10-12
Desenvolvedor mquadrant
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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]"
        }
    }
}