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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |