chinese pinyin

Add pinyin to chinese text.

Qu'est-ce que chinese pinyin ?

chinese pinyin est une extension Chrome développée par https://pinyin.meteor.com, et sa fonction principale est "Add pinyin to chinese text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension chinese pinyin

Téléchargez les fichiers d'extension chinese pinyin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
URL Officiel https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Description Add pinyin to chinese text.
Taille du Fichier 651 KB
Nombre d'Installations 3,050
Version Actuelle 1.2
Dernière Mise à Jour 2014-08-04
Date de Publication 2014-08-04
Évaluation 4.36/5 Total 14 Évaluations
Développeur https://pinyin.meteor.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}