chinese pinyin

Add pinyin to chinese text.

Wat is chinese pinyin?

chinese pinyin is een Chrome-extensie ontwikkeld door https://pinyin.meteor.com, en de belangrijkste functie is "Add pinyin to chinese text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie chinese pinyin

Download chinese pinyin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
Officiële URL https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Beschrijving Add pinyin to chinese text.
Bestandsgrootte 651 KB
Aantal Installaties 3,050
Huidige Versie 1.2
Laatst Bijgewerkt 2014-08-04
Publicatiedatum 2014-08-04
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar https://pinyin.meteor.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}