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是由https://aivoov.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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.
扩展基本信息
名称 | AiVOOV - Text to Speech Solution |
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" } } |