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).
Cos'è AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution è un'estensione di Chrome sviluppata da https://aivoov.com, e la sua funzione principale è "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AiVOOV - Text to Speech Solution
Scarica i file di estensione AiVOOV - Text to Speech Solution in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | afgidegjibfjlpncojaahknmiicblonl |
| URL Ufficiale | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
| Descrizione | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
| Dimensione del File | 132 KB |
| Conteggio Installazioni | 122 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-03-14 |
| Data di Pubblicazione | 2023-02-06 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://aivoov.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://aivoov.com |
| URL della Pagina di Aiuto | https://aivoov.com/contact |
| URL della Pagina della Politica sulla Privacy | https://aivoov.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |