Smart Link

Know whether a link opens in a new tab or not BEFOREHAND

什么是Smart Link?

Smart Link是由vimukthiweerasiri开发的Chrome扩展程序,该扩展的主要功能是“Know whether a link opens in a new tab or not BEFOREHAND”。

扩展截图

下载Smart Link扩展crx文件

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

扩展使用说明

                        Double underline a link if it opens in a new tab when you take the mouse pointer over it. Enjoy!                    

扩展基本信息

名称 Smart Link Smart Link
ID ifpciodbicpaeoajfbfkibnjonikhlai
官方URL https://chromewebstore.google.com/detail/smart-link/ifpciodbicpaeoajfbfkibnjonikhlai
简介 Know whether a link opens in a new tab or not BEFOREHAND
文件大小 10.66 KB
安装次数 91
当前版本 1.0
更新时间 2016-07-11
上架时间 2016-07-10
评分 5.00/5 共2次评分
开发者 vimukthiweerasiri
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Link",
    "description": "Know whether a link opens in a new tab or not BEFOREHAND",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "belmari.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}