Undertaker

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

Co je Undertaker?

Undertaker je rozšíření Chrome vyvinuté David Glasser, a jeho hlavní funkcí je „Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.“.

Stáhnout soubor CRX rozšíření Undertaker

Stáhněte si soubory rozšíření Undertaker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
Oficiální URL https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
Popis Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Velikost souboru 2.73 KB
Počet instalací 53
Aktuální Verze 3.0
Poslední Aktualizace 2014-03-15
Datum Vydání 2014-03-15
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář David Glasser
Typ Platby free
Podporované Jazyky 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"
}