Translator and Text to Speech (TTS)

Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio

O que é Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) é uma extensão do Chrome desenvolvida por https://www.freetranslations.org, e sua principal característica é "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Translator and Text to Speech (TTS)

Baixe arquivos de extensão Translator and Text to Speech (TTS) 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

                        All in one extension with a free translator, a voice translator, a text to speech converter and a speech downloader.
 
1) Free translator helps make free translation.
2) Voice translator helps translate and speak.
3) Text to speech helps convert text to speech to hear texts with local accents.
4) Speech downloader helps download sounds with local accents.                    

Informações Básicas da Extensão

Nome Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
URL Oficial https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Descrição Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Tamanho do Arquivo 46.77 KB
Contagem de Instalações 2,204
Versão Atual 1.7
Última Atualização 2021-04-07
Data de Publicação 2020-07-05
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor https://www.freetranslations.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.freetranslations.org/voice-translator.html
URL da Página de Ajuda https://www.freetranslations.org/contact-us.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translator and Text to Speech (TTS)",
    "short_name": "Text Translator, Voice Translator and Text to Speech (TTS) by FreeTranslations.Org",
    "description": "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio",
    "version": "1.7",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "https:\/\/*.freetranslations.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}