Undertaker

Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.

What is Undertaker?

Undertaker is a Chrome extension developed by David Glasser, and its main feature is "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".

Download Undertaker Extension CRX File

Download Undertaker 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

                        Some people like the links on their websites to blend in with no underlines.

And some of us are color-blind and wish we had our 90s-era underlined links back.

This Chrome extension adds an underline to every link on the web. Underscore this!                    

Extension Basic Information

Name Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
Official URL https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
Description Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
File Size 2.73 KB
Installation Count 53
Current Version 3.0
Last Updated 2014-03-15
Publish Date 2014-03-15
Rating 5.00/5 Total 5 Ratings
Developer David Glasser
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "undertaker.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.",
    "name": "Undertaker",
    "version": "3.0"
}