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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}