HanViet

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

什么是HanViet?

HanViet是由Juudan Team开发的Chrome扩展程序,该扩展的主要功能是“Search for the Vietnamese meaning, pinyin, Sino-Vietnamese sound and stroke order of a Chinese character”。

扩展截图

screenshot

下载HanViet扩展crx文件

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