TTS
Make the browser speak!
什么是TTS?
TTS是由Calvin开发的Chrome扩展程序,该扩展的主要功能是“Make the browser speak!”。
扩展截图
下载TTS扩展crx文件
下载TTS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Type/paste in any text and have Chrome read it out for you.
Update 29/06/16 V1.1: You can now select text on a web page > right click > say this
Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text 扩展基本信息
| 名称 | |
| ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
| 官方URL | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
| 简介 | Make the browser speak! |
| 文件大小 | 10.46 KB |
| 安装次数 | 579 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-04-17 |
| 上架时间 | 2017-04-17 |
| 评分 | 3.88/5 共16次评分 |
| 开发者 | Calvin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TTS",
"description": "Make the browser speak!",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tts",
"contextMenus"
]
} | |