Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Apa itu Undertaker?
Undertaker adalah ekstensi Chrome yang dikembangkan oleh David Glasser, dan fitur utamanya adalah "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Unduh Berkas CRX Ekstensi Undertaker
Unduh file ekstensi Undertaker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
URL Resmi | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Deskripsi | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Ukuran File | 2.73 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2014-03-15 |
Tanggal Publikasi | 2014-03-15 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | David Glasser |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |