Open tab in incognito

This extension will open the current tab in incogntio mode

O que é Open tab in incognito?

Open tab in incognito é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension will open the current tab in incogntio mode".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open tab in incognito

Baixe arquivos de extensão Open tab in incognito 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

                        This extension will open the current tab in incogntio mode

This tool will help anyone from standard users to developers.
Ever run out of article limits? Open in a incognito window!
Ever had issues with caching? Open in a incognito window!
Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!                    

Informações Básicas da Extensão

Nome Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
URL Oficial https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Descrição This extension will open the current tab in incogntio mode
Tamanho do Arquivo 6 KB
Contagem de Instalações 55
Versão Atual 1.0
Última Atualização 2020-05-02
Data de Publicação 2020-05-02
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open tab in incognito",
    "description": "This extension will open the current tab in incogntio mode",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}