chinese pinyin

Add pinyin to chinese text.

O que é chinese pinyin?

chinese pinyin é uma extensão do Chrome desenvolvida por https://pinyin.meteor.com, e sua principal característica é "Add pinyin to chinese text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão chinese pinyin

Baixe arquivos de extensão chinese pinyin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
URL Oficial https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Descrição Add pinyin to chinese text.
Tamanho do Arquivo 651 KB
Contagem de Instalações 3,050
Versão Atual 1.2
Última Atualização 2014-08-04
Data de Publicação 2014-08-04
Classificação 4.36/5 Total de 14 Avaliações
Desenvolvedor https://pinyin.meteor.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}