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 |
官方網址 | 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" } |