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).
Co to jest AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution to rozszerzenie Chrome opracowane przez https://aivoov.com, a jego główną funkcją jest „AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AiVOOV - Text to Speech Solution
Pobierz pliki rozszerzeń AiVOOV - Text to Speech Solution w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | afgidegjibfjlpncojaahknmiicblonl |
| Oficjalny URL | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
| Opis | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
| Rozmiar pliku | 132 KB |
| Liczba instalacji | 122 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2023-03-14 |
| Data Publikacji | 2023-02-06 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | https://aivoov.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://aivoov.com |
| Adres URL Strony Pomocy | https://aivoov.com/contact |
| Adres URL Strony Polityki Prywatności | https://aivoov.com/privacy-policy |
| Obsługiwane Języki | 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"
}
} | |