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).
Was ist AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution ist eine Chrome-Erweiterung, die von https://aivoov.com entwickelt wurde, und ihr Hauptmerkmal ist "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".
Erweiterungsscreenshots
AiVOOV - Text to Speech Solution-Erweiterungs-CRX-Datei herunterladen
Laden Sie AiVOOV - Text to Speech Solution-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AiVOOV - Text to Speech Solution |
ID | afgidegjibfjlpncojaahknmiicblonl |
Offizielle URL | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
Beschreibung | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
Dateigröße | 132 KB |
Installationsanzahl | 122 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-03-14 |
Veröffentlichungsdatum | 2023-02-06 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://aivoov.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://aivoov.com |
Hilfeseite URL | https://aivoov.com/contact |
URL der Datenschutzrichtlinien-Seite | https://aivoov.com/privacy-policy |
Unterstützte Sprachen | 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" } } |