Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Hiliterคืออะไร?

Hiliter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orleanz และคุณลักษณะหลักของมันคือ "Highlights some words on webpages, using internal customizable dictionary."

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

screenshot

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

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

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

                        Use this tool when you want some words to be highlighted on any web page you visit, by dotted underline, based on internal customizable dictionary. This tool has builtin support for three East Slavic Languages - Russian, Ukranian and Belorussian. You can add your own languages too, via settings.                    

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

ชื่อ Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
คำอธิบาย Highlights some words on webpages, using internal customizable dictionary.
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-04-27
วันที่เผยแพร่ 2015-04-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา orleanz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hiliter",
    "description": "Highlights some words on webpages, using internal customizable dictionary.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "events.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}