Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
什么是Undertaker?
Undertaker是由David Glasser开发的Chrome扩展程序,该扩展的主要功能是“Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.”。
下载Undertaker扩展crx文件
下载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" } |