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

¿Qué es Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) es una extensión de Chrome desarrollada por https://www.freetranslations.org, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Translator and Text to Speech (TTS)

Descarga archivos de extensión Translator and Text to Speech (TTS) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Tamaño del Archivo 46.77 KB
Cantidad de Instalaciones 2,204
Versión Actual 1.7
Última Actualización 2021-04-07
Fecha de Publicación 2020-07-05
Calificación 4.17/5 Total de 6 Calificaciones
Desarrollador https://www.freetranslations.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.freetranslations.org/voice-translator.html
URL de la Página de Ayuda https://www.freetranslations.org/contact-us.php
Idiomas Soportados 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"
    }
}