Pronunciation

Pronounces the selected text

O que é Pronunciation?

Pronunciation é uma extensão do Chrome desenvolvida por tarundabhi, e sua principal característica é "Pronounces the selected text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pronunciation

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

                        This chrome extension pronounces the selected text.This performs text to speech translation.                    

Informações Básicas da Extensão

Nome Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
URL Oficial https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
Descrição Pronounces the selected text
Tamanho do Arquivo 8.94 KB
Contagem de Instalações 1,000
Versão Atual 1.0
Última Atualização 2018-08-11
Data de Publicação 2018-08-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor tarundabhi
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": "Pronunciation",
    "version": "1.0",
    "description": "Pronounces the selected text",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}