TabLink

Open a link in a new tab, not in the same

O que é TabLink?

TabLink é uma extensão do Chrome desenvolvida por https://javafactory.altervista.org, e sua principal característica é "Open a link in a new tab, not in the same".

Baixar o arquivo CRX da Extensão TabLink

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

                        With TabLink if you click a link, it's always opened in a new tab!
So you don't have to use middle-click!

This is very useful if you have a mouse without middle-button

ATTENTION
It doesn't work in new tab, history, downloads, extensions pages
 
Please rate this extension if you like it
------------------------------------------------------------------------------------------------------------------------
Icon from http://dryicons.com                    

Informações Básicas da Extensão

Nome TabLink TabLink
ID fiomkbglnahplbafedejbebpfnmmpgdj
URL Oficial https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj
Descrição Open a link in a new tab, not in the same
Tamanho do Arquivo 18.31 KB
Contagem de Instalações 691
Versão Atual 0.4
Última Atualização 2012-07-10
Data de Publicação 2012-07-10
Classificação 3.64/5 Total de 33 Avaliações
Desenvolvedor https://javafactory.altervista.org
Tipo de Pagamento free
Site da Extensão http://javafactory.altervista.org/chrome.html
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabLink",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Open a link in a new tab, not in the same",
    "icons": {
        "48": "tablink48.png",
        "128": "tablink128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "find.js"
            ],
            "all_frames": true
        }
    ]
}