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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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