Text to Speech

Speak the Text provided in input field

Что такое Text to Speech?

Text to Speech - это расширение Chrome, разработанное ankitkaura79, и его основная функция - "Speak the Text provided in input field".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.                    

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

Название Text to Speech Text to Speech
ID jigbklldfboaonapajdmkoaaanahlihb
Официальный URL https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb
Описание Speak the Text provided in input field
Размер файла 942 KB
Количество установок 116
Текущая Версия 1.0.0
Последнее Обновление 2021-03-19
Дата публикации 2021-03-19
Разработчик ankitkaura79
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Speech",
    "description": "Speak the Text provided in input field",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}