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