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

Что такое Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) - это расширение Chrome, разработанное https://www.freetranslations.org, и его основная функция - "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Translator and Text to Speech (TTS)

Скачайте файлы расширений Translator and Text to Speech (TTS) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
Официальный URL https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Описание Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Размер файла 46.77 KB
Количество установок 2,204
Текущая Версия 1.7
Последнее Обновление 2021-04-07
Дата публикации 2020-07-05
Рейтинг 4.17/5 Всего 6 оценок
Разработчик https://www.freetranslations.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.freetranslations.org/voice-translator.html
URL страницы помощи https://www.freetranslations.org/contact-us.php
Поддерживаемые языки 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"
    }
}