HanViet

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

HanViet क्या है?

HanViet Juudan Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HanViet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}