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" } |