Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Qu'est-ce que Undertaker ?
Undertaker est une extension Chrome développée par David Glasser, et sa fonction principale est "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Télécharger le fichier CRX de l'extension Undertaker
Téléchargez les fichiers d'extension Undertaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
URL Officiel | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Description | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Taille du Fichier | 2.73 KB |
Nombre d'Installations | 53 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2014-03-15 |
Date de Publication | 2014-03-15 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | David Glasser |
Type de Paiement | free |
Langues Prises en Charge | 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" } |