No Link Underline

Removes unsightly underlines from html links.

What is No Link Underline?

No Link Underline is a Chrome extension developed by Nicros, and its main feature is "Removes unsightly underlines from html links.".

Extension Screenshots

screenshot

Download No Link Underline Extension CRX File

Download No Link Underline 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

                        Google Chrome, while an absolutely great browser, does not at this time provide a setting to allow you to remove underlines from links.

The No Link Underline plugin will remove these links, and clean up your pages.  

Changes:
v1.42
Updated to work with new versions of chrome
v1.41
Modified extension to use jQuery to surgically remove underlines
v1.3
Fixed links that are still underlined in Facebook messages                    

Extension Basic Information

Name No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
Official URL https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
Description Removes unsightly underlines from html links.
File Size 296 KB
Installation Count 2,002
Current Version 1.42
Last Updated 2014-03-06
Publish Date 2014-03-05
Rating 3.88/5 Total 16 Ratings
Developer Nicros
Payment Type free
Supported Languages en
manifest.json
{
    "name": "No Link Underline",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.42",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.3.js",
                "nulchecker.js"
            ],
            "css": [
                "underlineUpdate.css"
            ]
        }
    ],
    "description": "Removes unsightly underlines from html links. ",
    "icons": {
        "128": "NoUnderLineLinks128.png",
        "16": "NoUnderLineLinks16.png",
        "48": "NoUnderLineLinks48.png"
    }
}