IncogSwitch

Quickly switch the current window between normal and incognito mode.

O que é IncogSwitch?

IncogSwitch é uma extensão do Chrome desenvolvida por Jamie Redding, e sua principal característica é "Quickly switch the current window between normal and incognito mode.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IncogSwitch

Baixe arquivos de extensão IncogSwitch 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

                        Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.

If you have any problems or want features added, please contact me -> [email protected]

Fixed in 1.2
------------------

- Handling of Japanese characters                    

Informações Básicas da Extensão

Nome IncogSwitch IncogSwitch
ID lmofebnkodbmemflnendlcpgfdbkgakd
URL Oficial https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd
Descrição Quickly switch the current window between normal and incognito mode.
Tamanho do Arquivo 32.58 KB
Contagem de Instalações 511
Versão Atual 1.2
Última Atualização 2018-04-05
Data de Publicação 2018-04-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Jamie Redding
Tipo de Pagamento free
Site da Extensão https://github.com/TormundTargers/IncogSwitch
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IncogSwitch",
    "description": "Quickly switch the current window between normal and incognito mode.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}