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