Text to Speak
Selected Text will be spoken
Text to Speakとは何ですか?
Text to Speakはtechworksによって開発されたChromeの拡張機能で、その主な機能は「Selected Text will be spoken」です。
拡張機能のスクリーンショット
Text to Speak拡張機能のCRXファイルをダウンロード
Text to Speak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Its very simple extension. Select the text from the website you visited and use right click and Select "Text to speak". For any queries/Help, please reach out to us on [email protected]
拡張機能の基本情報
名前 | Text to Speak |
ID | mbjkjhdfcibocgkbmdbbicdaeninpcco |
公式URL | https://chromewebstore.google.com/detail/text-to-speak/mbjkjhdfcibocgkbmdbbicdaeninpcco |
説明 | Selected Text will be spoken |
ファイルサイズ | 11.4 KB |
インストール数 | 97 |
現在のバージョン | 1.0 |
最終更新日 | 2022-01-25 |
公開日 | 2022-01-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | techworks |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Intelligent Web Works", "name": "Text to Speak", "version": "1.0", "description": "Selected Text will be spoken ", "icons": { "16": "tts16.png", "32": "tts32.png", "48": "tts48.png", "128": "tts128.png" }, "background": { "service_worker": "background.js", "persistant": false }, "permissions": [ "contextMenus", "tts" ] } |