chinese pinyin

Add pinyin to chinese text.

ما هو chinese pinyin؟

chinese pinyin هو إضافة Chrome تم تطويرها بواسطة https://pinyin.meteor.com، والميزة الرئيسية لها هي "Add pinyin to chinese text.".

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

screenshot

تحميل ملف CRX للإضافة chinese pinyin

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

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

                        An tool to add pinyin to chinese paragraphs. Feedback welcomed.

Note that when multiple pinyin is possible, I list all of the them, with the first listing being the most common one.                    

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

الاسم chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
عنوان URL الرسمي https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
الوصف Add pinyin to chinese text.
حجم الملف 651 KB
عدد التثبيتات 3,050
النسخة الحالية 1.2
آخر تحديث 2014-08-04
تاريخ النشر 2014-08-04
تقييم 4.36/5 مجموع تقييمات 14
المطور https://pinyin.meteor.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chinese pinyin",
    "description": "Add pinyin to chinese text.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}