Zhuyin

Add zhuyin fuhao next to Chinese characters.

O que é Zhuyin?

Zhuyin é uma extensão do Chrome desenvolvida por Phoebe Tai, e sua principal característica é "Add zhuyin fuhao next to Chinese characters.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zhuyin

Baixe arquivos de extensão Zhuyin 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

                        Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.                    

Informações Básicas da Extensão

Nome Zhuyin Zhuyin
ID ldpibpcjnhbdpmjfollggppibfocgefj
URL Oficial https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj
Descrição Add zhuyin fuhao next to Chinese characters.
Tamanho do Arquivo 6.4 MB
Contagem de Instalações 7,639
Versão Atual 3.2
Última Atualização 2017-09-21
Data de Publicação 2017-09-20
Classificação 4.69/5 Total de 16 Avaliações
Desenvolvedor Phoebe Tai
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zhuyin",
    "description": "Add zhuyin fuhao next to Chinese characters.",
    "version": "3.2",
    "background": {
        "scripts": [
            "zhuyin.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Zhuyin"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "wp010-05.ttf"
    ]
}