Fine Link Selector

Make it easy to select a part of link texts

Fine Link Selectorคืออะไร?

Fine Link Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mkhr และคุณลักษณะหลักของมันคือ "Make it easy to select a part of link texts"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fine Link Selector

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

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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

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

ชื่อ Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
คำอธิบาย Make it easy to select a part of link texts
ขนาดไฟล์ 20.34 KB
จำนวนการติดตั้ง 2,104
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2013-02-06
วันที่เผยแพร่ 2013-02-06
คะแนน 4.90/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา mkhr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}