Hanzi to Pinyin

Converts Chinese characters to pinyin.

ما هو Hanzi to Pinyin؟

Hanzi to Pinyin هو إضافة Chrome تم تطويرها بواسطة Jeffrey Wang، والميزة الرئيسية لها هي "Converts Chinese characters to pinyin.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hanzi to Pinyin

قم بتنزيل ملفات الامتداد Hanzi to Pinyin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hanzi (Chinese characters) can be difficult to read for Chinese learners and fluent Chinese speakers alike. Anytime you browse to a web page with hanzi, this extension automatically converts or appends pinyin to after the Chinese character, depending on your choice. Make reading Chinese a breeze for you!                    

معلومات أساسية عن التمديد

الاسم Hanzi to Pinyin Hanzi to Pinyin
ID dhpgfadbbmfeioimiddclmcjcmcifjfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh
الوصف Converts Chinese characters to pinyin.
حجم الملف 193 KB
عدد التثبيتات 93
النسخة الحالية 1.0
آخر تحديث 2020-07-22
تاريخ النشر 2020-07-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Jeffrey Wang
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hanzi to Pinyin",
    "version": "1.0",
    "description": "Converts Chinese characters to pinyin.",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chrome_extension.js"
            ],
            "run_at": "document_end"
        }
    ]
}