Voicepods - Realistic Text to Speech
Bring words to realistic AI generated voice - Convert any written text on the web into speech.
Voicepods - Realistic Text to Speechとは何ですか?
Voicepods - Realistic Text to SpeechはVoicepodsによって開発されたChromeの拡張機能で、その主な機能は「Bring words to realistic AI generated voice - Convert any written text on the web into speech.」です。
拡張機能のスクリーンショット
Voicepods - Realistic Text to Speech拡張機能のCRXファイルをダウンロード
Voicepods - Realistic Text to Speech拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Voicepods enables you to listen to any text on any website with realistic AI generated Voices. Easily convert selected text or the entire page with one click and listen through the Chrome extension. It automatically syncs with your Voicepods account so that you can listen anywhere you go! Choose from over 24 voices in 10 languages including Dutch, French, German, Italian, Korean, Japanese, Turkish, Spanish (Latin American and European), Hindi (Written as English, or Hindi). - Listen to selected text in over 10 languages - Voicepods automagically extracts out the relevant parts in web pages so that the audio only contains the content of the website and not extras like navigation - Syncs with Voicepods so that you can listen anywhere you log in - Control the pace of the audio playback to your liking
拡張機能の基本情報
名前 | Voicepods - Realistic Text to Speech |
ID | fihebcnndekipadhomlgaiajoipkophe |
公式URL | https://chromewebstore.google.com/detail/voicepods-realistic-text/fihebcnndekipadhomlgaiajoipkophe |
説明 | Bring words to realistic AI generated voice - Convert any written text on the web into speech. |
ファイルサイズ | 1.66 MB |
インストール数 | 2,504 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-08-20 |
公開日 | 2019-08-19 |
評価 | 2.80/5 合計 5 レビュー |
開発者 | Voicepods |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Bring words to realistic AI generated voice - Convert any written text on the web into speech.", "short_name": "Voicepods", "name": "Voicepods - Realistic Text to Speech", "version": "0.1.0", "browser_action": { "default_popup": "index.html", "default_title": "Voicepods - Realistic Text to Speech" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "background": { "persistent": true, "scripts": [ "background.js", "jquery.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "swal.css" ], "js": [ "swal.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [ "storage", "tabs", "contextMenus", "http:\/\/app.voicepods.com\/*" ], "web_accessible_resources": [ "confirmation.html" ] } |