TabLink

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

What is TabLink?

TabLink is a Chrome extension developed by https://javafactory.altervista.org, and its main feature is "Open a link in a new tab, not in the same".

Download TabLink Extension CRX File

Download TabLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TabLink TabLink
ID fiomkbglnahplbafedejbebpfnmmpgdj
Official URL https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj
Description Open a link in a new tab, not in the same
File Size 18.31 KB
Installation Count 691
Current Version 0.4
Last Updated 2012-07-10
Publish Date 2012-07-10
Rating 3.64/5 Total 33 Ratings
Developer https://javafactory.altervista.org
Payment Type free
Extension Website http://javafactory.altervista.org/chrome.html
Supported Languages 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
        }
    ]
}