Pinyin Now

Translate any text or any webpage to Pinyin.

O que é Pinyin Now?

Pinyin Now é uma extensão do Chrome desenvolvida por Andrei Stanescu, e sua principal característica é "Translate any text or any webpage to Pinyin.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinyin Now

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

                        If you are learning Chinese, Pinyin is a great way to get started and build some vocabulary.

This extension allows you to translate any word or paragraph from any language into Pinyin. 
Just select the text you need translate, right-click and choose "Translate to Pinyin".                    

Informações Básicas da Extensão

Nome Pinyin Now Pinyin Now
ID oakembgipkfhaiopglmbjgfncibmilpb
URL Oficial https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb
Descrição Translate any text or any webpage to Pinyin.
Tamanho do Arquivo 19.62 KB
Contagem de Instalações 164
Versão Atual 1.1
Última Atualização 2019-07-08
Data de Publicação 2019-07-08
Desenvolvedor Andrei Stanescu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinyin Now",
    "description": "Translate any text or any webpage to Pinyin.",
    "version": "1.1",
    "icons": {
        "16": "res\/icon_v2_16.png",
        "32": "res\/icon_v2_32.png",
        "48": "res\/icon_v2_48.png",
        "128": "res\/icon_v2_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/translate.googleapis.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background\/analytics.js",
            "scripts\/background\/translate_service.js",
            "scripts\/background\/context_menu.js",
            "scripts\/background\/messaging.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}