Text to Speech
Speak the Text provided in input field
什么是Text to Speech?
Text to Speech是由ankitkaura79开发的Chrome扩展程序,该扩展的主要功能是“Speak the Text provided in input field”。
扩展截图
下载Text to Speech扩展crx文件
下载Text to Speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
扩展基本信息
名称 | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
官方URL | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
简介 | Speak the Text provided in input field |
文件大小 | 942 KB |
安装次数 | 116 |
当前版本 | 1.0.0 |
更新时间 | 2021-03-19 |
上架时间 | 2021-03-19 |
开发者 | ankitkaura79 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |