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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |