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 |
电子邮箱 | [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" ] } |