TabLink

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

什么是TabLink?

TabLink是由https://javafactory.altervista.org开发的Chrome扩展程序,该扩展的主要功能是“Open a link in a new tab, not in the same”。

下载TabLink扩展crx文件

下载TabLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 TabLink TabLink
ID fiomkbglnahplbafedejbebpfnmmpgdj
官方URL https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj
简介 Open a link in a new tab, not in the same
文件大小 18.31 KB
安装次数 691
当前版本 0.4
更新时间 2012-07-10
上架时间 2012-07-10
评分 3.64/5 共33次评分
开发者 https://javafactory.altervista.org
付费类型 free
扩展官网 http://javafactory.altervista.org/chrome.html
支持的语言 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
        }
    ]
}