OkaySpeak
Right click and select the text you want us to speak out.
OkaySpeakとは何ですか?
OkaySpeakはokayrameshによって開発されたChromeの拡張機能で、その主な機能は「Right click and select the text you want us to speak out.」です。
拡張機能のスクリーンショット
OkaySpeak拡張機能のCRXファイルをダウンロード
OkaySpeak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The sole purpose of the speakit exntension is to speak loadly the selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.
拡張機能の基本情報
名前 | OkaySpeak |
ID | hgnfaglopnogfojdnhcljcagcmjalhba |
公式URL | https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba |
説明 | Right click and select the text you want us to speak out. |
ファイルサイズ | 10.09 KB |
インストール数 | 610 |
現在のバージョン | 1.1 |
最終更新日 | 2019-09-22 |
公開日 | 2019-09-22 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | okayramesh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "OkaySpeak", "short_name": "Speak loudly", "description": "Right click and select the text you want us to speak out.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tts" ] } |