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

Was ist Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) ist eine Chrome-Erweiterung, die von https://www.freetranslations.org entwickelt wurde, und ihr Hauptmerkmal ist "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Translator and Text to Speech (TTS)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Translator and Text to Speech (TTS)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
Offizielle URL https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Beschreibung Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Dateigröße 46.77 KB
Installationsanzahl 2,204
Aktuelle Version 1.7
Letztes Update 2021-04-07
Veröffentlichungsdatum 2020-07-05
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler https://www.freetranslations.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.freetranslations.org/voice-translator.html
Hilfeseite URL https://www.freetranslations.org/contact-us.php
Unterstützte Sprachen 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"
    }
}