Text to Speech
Speak the Text provided in input field
Text to Speechとは何ですか?
Text to Speechはankitkaura79によって開発されたChromeの拡張機能で、その主な機能は「Speak the Text provided in input field」です。
拡張機能のスクリーンショット
Text to Speech拡張機能のCRXファイルをダウンロード
Text to Speech拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
拡張機能の基本情報
名前 | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
公式URL | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
説明 | Speak the Text provided in input field |
ファイルサイズ | 942 KB |
インストール数 | 116 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-03-19 |
公開日 | 2021-03-19 |
開発者 | ankitkaura79 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |