Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
什么是Simple Text To Speech?
Simple Text To Speech是由matrix.nad开发的Chrome扩展程序,该扩展的主要功能是“simple text-to-speech and text queue card readers for chrome”。
扩展截图
下载Simple Text To Speech扩展crx文件
下载Simple Text To Speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
扩展基本信息
名称 | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
官方URL | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
简介 | simple text-to-speech and text queue card readers for chrome |
文件大小 | 592 KB |
安装次数 | 600 |
当前版本 | 1.5 |
更新时间 | 2017-12-22 |
上架时间 | 2017-12-22 |
评分 | 2.33/5 共3次评分 |
开发者 | matrix.nad |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://infinitet3ch.com/simple-tts-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |