Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Wat is Undertaker?
Undertaker is een Chrome-extensie ontwikkeld door David Glasser, en de belangrijkste functie is "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Download het CRX-bestand van de extensie Undertaker
Download Undertaker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Officiële URL | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Beschrijving | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Bestandsgrootte | 2.73 KB |
Aantal Installaties | 53 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2014-03-15 |
Publicatiedatum | 2014-03-15 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | David Glasser |
Betalingswijze | free |
Ondersteunde Talen | 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" } |