No Link Underline

Removes unsightly underlines from html links.

ما هو No Link Underline؟

No Link Underline هو إضافة Chrome تم تطويرها بواسطة Nicros، والميزة الرئيسية لها هي "Removes unsightly underlines from html links.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة No Link Underline

قم بتنزيل ملفات الامتداد No Link Underline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Google Chrome, while an absolutely great browser, does not at this time provide a setting to allow you to remove underlines from links.

The No Link Underline plugin will remove these links, and clean up your pages.  

Changes:
v1.42
Updated to work with new versions of chrome
v1.41
Modified extension to use jQuery to surgically remove underlines
v1.3
Fixed links that are still underlined in Facebook messages                    

معلومات أساسية عن التمديد

الاسم No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
الوصف Removes unsightly underlines from html links.
حجم الملف 296 KB
عدد التثبيتات 2,002
النسخة الحالية 1.42
آخر تحديث 2014-03-06
تاريخ النشر 2014-03-05
تقييم 3.88/5 مجموع تقييمات 16
المطور Nicros
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "name": "No Link Underline",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.42",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.3.js",
                "nulchecker.js"
            ],
            "css": [
                "underlineUpdate.css"
            ]
        }
    ],
    "description": "Removes unsightly underlines from html links. ",
    "icons": {
        "128": "NoUnderLineLinks128.png",
        "16": "NoUnderLineLinks16.png",
        "48": "NoUnderLineLinks48.png"
    }
}