Read Out Loud
Text to speech extension
Read Out Loudとは何ですか?
Read Out LoudはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Text to speech extension」です。
拡張機能のスクリーンショット
Read Out Loud拡張機能のCRXファイルをダウンロード
Read Out Loud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Paste a chunk of text and let it be read to you!
拡張機能の基本情報
名前 | Read Out Loud |
ID | bkaplhhfpbiahjkelcbpgipmmaneknmc |
公式URL | https://chromewebstore.google.com/detail/read-out-loud/bkaplhhfpbiahjkelcbpgipmmaneknmc |
説明 | Text to speech extension |
ファイルサイズ | 7.44 KB |
インストール数 | 168 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-05-11 |
公開日 | 2020-05-11 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Out Loud", "description": "Text to speech extension", "version": "1.0.0", "icons": { "128": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |