Click to Tab My

Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it

O que é Click to Tab My?

Click to Tab My é uma extensão do Chrome desenvolvida por WooodHead, e sua principal característica é "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Click to Tab My

Baixe arquivos de extensão Click to Tab My 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

                                            

Informações Básicas da Extensão

Nome Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
URL Oficial https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
Descrição Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it
Tamanho do Arquivo 49.67 KB
Contagem de Instalações 320
Versão Atual 1.4
Última Atualização 2019-01-08
Data de Publicação 2019-01-03
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor WooodHead
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it",
    "homepage_url": "http:\/\/tejji.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Click to Tab My",
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/content-script.js"
    ]
}