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

Co je Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) je rozšíření Chrome vyvinuté https://www.freetranslations.org, a jeho hlavní funkcí je „Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Translator and Text to Speech (TTS)

Stáhněte si soubory rozšíření Translator and Text to Speech (TTS) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
Oficiální URL https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Popis Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Velikost souboru 46.77 KB
Počet instalací 2,204
Aktuální Verze 1.7
Poslední Aktualizace 2021-04-07
Datum Vydání 2020-07-05
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář https://www.freetranslations.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.freetranslations.org/voice-translator.html
URL Stránky Nápovědy https://www.freetranslations.org/contact-us.php
Podporované Jazyky 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"
    }
}