Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Cos'è Undertaker?
Undertaker è un'estensione di Chrome sviluppata da David Glasser, e la sua funzione principale è "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Scarica il file CRX dell'estensione Undertaker
Scarica i file di estensione Undertaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
URL Ufficiale | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Descrizione | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Dimensione del File | 2.73 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2014-03-15 |
Data di Pubblicazione | 2014-03-15 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | David Glasser |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |