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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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