Hyperlink Text Selector

Hold Shift and select text from a link.

Hyperlink Text Selectorคืออะไร?

Hyperlink Text Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย holden321 และคุณลักษณะหลักของมันคือ "Hold Shift and select text from a link."

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

screenshot

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

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

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

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

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

ชื่อ Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
คำอธิบาย Hold Shift and select text from a link.
ขนาดไฟล์ 14.66 KB
จำนวนการติดตั้ง 1,387
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-01-03
วันที่เผยแพร่ 2015-01-03
คะแนน 4.06/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา holden321
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}