Undertaker

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

O que é Undertaker?

Undertaker é uma extensão do Chrome desenvolvida por David Glasser, e sua principal característica é "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".

Baixar o arquivo CRX da Extensão Undertaker

Baixe arquivos de extensão Undertaker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
URL Oficial https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
Descrição Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Tamanho do Arquivo 2.73 KB
Contagem de Instalações 53
Versão Atual 3.0
Última Atualização 2014-03-15
Data de Publicação 2014-03-15
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor David Glasser
Tipo de Pagamento free
Idiomas Suportados 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"
}