Smart Link

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

What is Smart Link?

Smart Link is a Chrome extension developed by vimukthiweerasiri, and its main feature is "Know whether a link opens in a new tab or not BEFOREHAND".

Extension Screenshots

Download Smart Link Extension CRX File

Download Smart Link 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

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

Extension Basic Information

Name Smart Link Smart Link
ID ifpciodbicpaeoajfbfkibnjonikhlai
Official URL https://chromewebstore.google.com/detail/smart-link/ifpciodbicpaeoajfbfkibnjonikhlai
Description Know whether a link opens in a new tab or not BEFOREHAND
File Size 10.66 KB
Installation Count 91
Current Version 1.0
Last Updated 2016-07-11
Publish Date 2016-07-10
Rating 5.00/5 Total 2 Ratings
Developer vimukthiweerasiri
Payment Type free
Supported Languages 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"
    }
}