Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Co to jest Undertaker?
Undertaker to rozszerzenie Chrome opracowane przez David Glasser, a jego główną funkcją jest „Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.”.
Pobierz plik CRX rozszerzenia Undertaker
Pobierz pliki rozszerzeń Undertaker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Oficjalny URL | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Opis | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Rozmiar pliku | 2.73 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2014-03-15 |
Data Publikacji | 2014-03-15 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | David Glasser |
Typ Płatności | free |
Obsługiwane Języki | 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" } |