Text to voice
Convert text to voice to Read any page easily.
Что такое Text to voice?
Text to voice - это расширение Chrome, разработанное https://quiestmohamed.org, и его основная функция - "Convert text to voice to Read any page easily.".
Снимки экрана расширения
Скачать файл CRX расширения Text to voice
Скачайте файлы расширений Text to voice в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Read aloud the current web-page article with one click, using text to speech coverter, in many languages.
Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio. It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.
How to use Text to voice:
Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.
It's easy, fast and useful. Основная информация о расширении
| Название | |
| ID | lemljnlginjkpamjocdkjbaadgipdmpg |
| Официальный URL | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg |
| Описание | Convert text to voice to Read any page easily. |
| Размер файла | 488 KB |
| Количество установок | 61 |
| Текущая Версия | 1.2.2 |
| Последнее Обновление | 2021-10-20 |
| Дата публикации | 2021-10-20 |
| Разработчик | https://quiestmohamed.org |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://quiestmohamed.org |
| URL страницы помощи | https://quiestmohamed.org |
| URL страницы политики конфиденциальности | https://maaloma.tech/privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text to voice",
"version": "1.2.2",
"description": "Convert text to voice to Read any page easily.",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "text to voice converter",
"default_popup": "the-speech.html"
},
"background": {
"scripts": [
"js\/the-background.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |