Force Underline

Underlines all links on a page

Force Underlineคืออะไร?

Force Underline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://efojs.com และคุณลักษณะหลักของมันคือ "Underlines all links on a page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Underline

ดาวน์โหลดไฟล์ส่วนขยาย Force Underline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        No more hidden links on Wikipedia and other site, who decided that underlining links is useless. This extension for those who likes old-school underlined links                    

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

ชื่อ Force Underline Force Underline
ID mailocoigbmikldobfkikagehcoficho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/force-underline/mailocoigbmikldobfkikagehcoficho
คำอธิบาย Underlines all links on a page
ขนาดไฟล์ 9.38 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-01-02
วันที่เผยแพร่ 2017-01-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://efojs.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Underline",
    "short_name": "FU",
    "version": "1.0.0",
    "homepage_url": "http:\/\/efojs.com",
    "description": "Underlines all links on a page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Denis Krasulin (EFOJS), 2017",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "fU.css"
            ]
        }
    ]
}