Play Text

Highlight the text the mouse is hovering over

Play Textคืออะไร?

Play Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Highlight the text the mouse is hovering over"

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

screenshot

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

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

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

                        This neat extension highlights the hovered over text for easy reading.                    

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

ชื่อ Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
คำอธิบาย Highlight the text the mouse is hovering over
ขนาดไฟล์ 11 KB
จำนวนการติดตั้ง 13,277
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-03-13
วันที่เผยแพร่ 2015-03-13
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 2,
    "name": "Play Text",
    "description": "Highlight the text the mouse is hovering over",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/javascript\/javascript.js"
            ],
            "css": [
                "resources\/stylesheet\/stylesheet.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/pictures\/big.png",
        "48": "resources\/pictures\/bigger.png",
        "128": "resources\/pictures\/biggest.png"
    }
}