HanViet

Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character

HanVietคืออะไร?

HanViet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juudan Team และคุณลักษณะหลักของมันคือ "Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character"

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

screenshot

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

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

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

                        Tìm kiếm nghĩa tiếng Việt, bính âm, âm Hán Việt và cách viết Hán tự.

Bôi đen 1 Hán tự, cửa số popup sẽ hiển thị thông tin về ký tự đó.


Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character.

Select a single Chinese character and the popup window will show the information of the character.

Credit:
http://hvdic.thivien.net
https://chanind.github.io/hanzi-writer/                    

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

ชื่อ HanViet HanViet
ID ghjiobjohkponjbbgfadeaniffcbcglg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hanviet/ghjiobjohkponjbbgfadeaniffcbcglg
คำอธิบาย Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character
ขนาดไฟล์ 542 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2021-10-15
วันที่เผยแพร่ 2018-11-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Juudan Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pexea12/hanviet
URL หน้าช่วยเหลือ https://github.com/pexea12/hanviet/issues
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HanViet",
    "short_name": "HanViet",
    "description": "Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character",
    "version": "0.4.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/node_modules\/hanzi-writer\/dist\/hanzi-writer.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/512.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "72": "images\/72.png",
        "96": "images\/96.png",
        "144": "images\/144.png",
        "192": "images\/192.png",
        "512": "images\/512.png"
    },
    "homepage_url": "https:\/\/github.com\/pexea12\/hanviet"
}