Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Was ist Undertaker?
Undertaker ist eine Chrome-Erweiterung, die von David Glasser entwickelt wurde, und ihr Hauptmerkmal ist "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Undertaker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Undertaker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Offizielle URL | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Beschreibung | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Dateigröße | 2.73 KB |
Installationsanzahl | 53 |
Aktuelle Version | 3.0 |
Letztes Update | 2014-03-15 |
Veröffentlichungsdatum | 2014-03-15 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | David Glasser |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |