Text to Speech Converter and Downloader
It helps you not only convert text to speech, but also download audio with a single click.
Что такое Text to Speech Converter and Downloader?
Text to Speech Converter and Downloader - это расширение Chrome, разработанное https://www.freetranslations.org, и его основная функция - "It helps you not only convert text to speech, but also download audio with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения Text to Speech Converter and Downloader
Скачайте файлы расширений Text to Speech Converter and Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You need a text to speech with a downloader? Then you are at the right spot.
Основная информация о расширении
Название | |
ID | bdajglkhfcokpdjdhccjaamkdpniemoh |
Официальный URL | https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh |
Описание | It helps you not only convert text to speech, but also download audio with a single click. |
Размер файла | 50.65 KB |
Количество установок | 1,000 |
Текущая Версия | 1.4 |
Последнее Обновление | 2021-01-03 |
Дата публикации | 2018-02-03 |
Рейтинг | 3.73/5 Всего 11 оценок |
Разработчик | https://www.freetranslations.org |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.freetranslations.org/text-to-speech.html |
URL страницы помощи | https://www.freetranslations.org/contact-us.php |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text to Speech Converter and Downloader", "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org", "description": "It helps you not only convert text to speech, but also download audio with a single click.", "version": "1.4", "manifest_version": 2, "permissions": [ "contextMenus", "https:\/\/*.freetranslations.org\/*" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "128": "icon.png" } } |