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