Word Highlighter

Highlight similar words on the page. (on double tap/click)

Word Highlighterคืออะไร?

Word Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bleeding Edge และคุณลักษณะหลักของมันคือ "Highlight similar words on the page. (on double tap/click)"

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

screenshot

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

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

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

                        Highlight similar words on the page. (on double tap/click)

Avoids all the extra Ctrl+F/command+F or whatever it is required in your OS (:-P) for performing search for text in the webpage.

Just select the text in the page, plugin automatically highlights similar texts on the page!

Note that, it's still in beta stage of development. Sometimes might give erroneous outputs/selections.
Refrain from installing if you do lots of code copy pastes etc                    

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

ชื่อ Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
คำอธิบาย Highlight similar words on the page. (on double tap/click)
ขนาดไฟล์ 14.27 KB
จำนวนการติดตั้ง 1,672
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-04-14
วันที่เผยแพร่ 2016-11-24
คะแนน 3.78/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Bleeding Edge
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Highlighter",
    "short_name": "Word Highlighter",
    "description": "Highlight similar words on the page. (on double tap\/click)",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "highlighter.min.js"
            ],
            "css": [
                "highlighter.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}