chinese pinyin

Add pinyin to chinese text.

Apa itu chinese pinyin?

chinese pinyin adalah ekstensi Chrome yang dikembangkan oleh https://pinyin.meteor.com, dan fitur utamanya adalah "Add pinyin to chinese text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi chinese pinyin

Unduh file ekstensi chinese pinyin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
URL Resmi https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Deskripsi Add pinyin to chinese text.
Ukuran File 651 KB
Jumlah Instalasi 3,050
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-08-04
Tanggal Publikasi 2014-08-04
Penilaian 4.36/5 Total 14 Penilaian
Pengembang https://pinyin.meteor.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}