Undertaker

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

Vad är Undertaker?

Undertaker är en Chrome-tillägg utvecklad av David Glasser, och dess huvudfunktion är "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".

Ladda ner Undertaker-förlängningens CRX-fil

Ladda ner Undertaker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
Officiell webbadress https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
Beskrivning Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Filstorlek 2.73 KB
Antal Installationer 53
Aktuell Version 3.0
Senast Uppdaterad 2014-03-15
Publiceringsdatum 2014-03-15
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare David Glasser
Betalningssätt free
Stödda Språk 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"
}