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).
O que é AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution é uma extensão do Chrome desenvolvida por https://aivoov.com, e sua principal característica é "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AiVOOV - Text to Speech Solution
Baixe arquivos de extensão AiVOOV - Text to Speech Solution no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AiVOOV - Text to Speech Solution |
ID | afgidegjibfjlpncojaahknmiicblonl |
URL Oficial | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
Descrição | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 122 |
Versão Atual | 1.2 |
Última Atualização | 2023-03-14 |
Data de Publicação | 2023-02-06 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://aivoov.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://aivoov.com |
URL da Página de Ajuda | https://aivoov.com/contact |
URL da Página de Política de Privacidade | https://aivoov.com/privacy-policy |
Idiomas Suportados | 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" } } |