chinese pinyin

Add pinyin to chinese text.

Cos'è chinese pinyin?

chinese pinyin è un'estensione di Chrome sviluppata da https://pinyin.meteor.com, e la sua funzione principale è "Add pinyin to chinese text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione chinese pinyin

Scarica i file di estensione chinese pinyin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
URL Ufficiale https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Descrizione Add pinyin to chinese text.
Dimensione del File 651 KB
Conteggio Installazioni 3,050
Versione Corrente 1.2
Ultimo Aggiornamento 2014-08-04
Data di Pubblicazione 2014-08-04
Valutazione 4.36/5 Totale 14 Valutazioni
Sviluppatore https://pinyin.meteor.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}