AiVOOV - Text to Speech Solution
AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).
Что такое AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution - это расширение Chrome, разработанное https://aivoov.com, и его основная функция - "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".
Снимки экрана расширения
Скачать файл CRX расширения AiVOOV - Text to Speech Solution
Скачайте файлы расширений AiVOOV - Text to Speech Solution в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bring your work to the top with AiVOOV's Voice Over text-to-speech technology. Create realistic voices for any text in seconds by using over 900+ realistic voices across 125+ languages.
AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). AiVOOV is not restricted to the English language as it also supports numerous other local languages. You don't have to look for a separate tool to translate text into voices in different languages.
How to use?
Simply navigate to the webpage you wish to read, then select the text and right-click. You can see the "Play Now" option, Click on it, the automatic playback of the selected text on the page will begin. Основная информация о расширении
| Название | |
| ID | afgidegjibfjlpncojaahknmiicblonl |
| Официальный URL | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
| Описание | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
| Размер файла | 132 KB |
| Количество установок | 122 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2023-03-14 |
| Дата публикации | 2023-02-06 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | https://aivoov.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://aivoov.com |
| URL страницы помощи | https://aivoov.com/contact |
| URL страницы политики конфиденциальности | https://aivoov.com/privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AiVOOV - Text to Speech Solution",
"version": "1.2",
"description": "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).",
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
},
"action": {
"popup": "popup.html",
"default_popup": "popup.html"
},
"permissions": [
"background",
"contextMenus",
"scripting",
"activeTab",
"storage"
],
"background": {
"service_worker": "js\/background.js"
}
} | |