Select Speech
Selected text to speech.
Select Speechとは何ですか?
Select SpeechはTakuya Onoによって開発されたChromeの拡張機能で、その主な機能は「Selected text to speech.」です。
拡張機能のスクリーンショット
Select Speech拡張機能のCRXファイルをダウンロード
Select Speech拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Text to speech by selecting text and right-click context menu on the browser. It use HTML5 Speech API technology. You can change "Language", "Pitch" and "Rate" by setting option screen. What's new: 1.1 Changeable the language, pitch, and rate in the options screen.
拡張機能の基本情報
名前 | Select Speech |
ID | kplpkblhnjbfhfdhgccgiagoieiaanke |
公式URL | https://chromewebstore.google.com/detail/select-speech/kplpkblhnjbfhfdhgccgiagoieiaanke |
説明 | Selected text to speech. |
ファイルサイズ | 31 KB |
インストール数 | 127 |
現在のバージョン | 1.4.2022.4260 |
最終更新日 | 2022-04-29 |
公開日 | 2019-08-14 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | Takuya Ono |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "SelectSpeech.js" }, "options_ui": { "page": "options.html" }, "icons": { "16": "SSlogo16.png", "19": "SSlogo19.png", "32": "SSlogo32.png", "38": "SSlogo38.png", "48": "SSlogo48.png", "128": "SSlogo128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_SS_name__", "description": "__MSG_SS_description__", "short_name": "__MSG_SS_short_name__", "author": "Takuya Ono |