Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Что такое Undertaker?
Undertaker - это расширение Chrome, разработанное David Glasser, и его основная функция - "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Скачать файл CRX расширения Undertaker
Скачайте файлы расширений Undertaker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Официальный URL | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Описание | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Размер файла | 2.73 KB |
Количество установок | 53 |
Текущая Версия | 3.0 |
Последнее Обновление | 2014-03-15 |
Дата публикации | 2014-03-15 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | David Glasser |
Тип оплаты | free |
Поддерживаемые языки | 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" } |