TabLink

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

Cos'è TabLink?

TabLink è un'estensione di Chrome sviluppata da https://javafactory.altervista.org, e la sua funzione principale è "Open a link in a new tab, not in the same".

Scarica il file CRX dell'estensione TabLink

Scarica i file di estensione TabLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TabLink TabLink
ID fiomkbglnahplbafedejbebpfnmmpgdj
URL Ufficiale https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj
Descrizione Open a link in a new tab, not in the same
Dimensione del File 18.31 KB
Conteggio Installazioni 691
Versione Corrente 0.4
Ultimo Aggiornamento 2012-07-10
Data di Pubblicazione 2012-07-10
Valutazione 3.64/5 Totale 33 Valutazioni
Sviluppatore https://javafactory.altervista.org
Tipo di Pagamento free
Sito Web dell'Estensione http://javafactory.altervista.org/chrome.html
Lingue Supportate 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
        }
    ]
}