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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Undertaker Undertaker
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"
}