Voice Out TTS Client
Voice Out TTS, select the text and right-click to speak with your system TTS Engine
什么是Voice Out TTS Client?
Voice Out TTS Client是由https://www.rosaneng.com开发的Chrome扩展程序,该扩展的主要功能是“Voice Out TTS, select the text and right-click to speak with your system TTS Engine”。
扩展截图
下载Voice Out TTS Client扩展crx文件
下载Voice Out TTS Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Voice Out is a Text-to-speech TTS client that makes your Chrome browser speak texts with the built-in Text-to-speech Engine TTS. Voice Out helps you read in foreign languages. Simply select the text, right click and select Voice Out TTS Client -> Start speaking to convert the text into voice. Make your device say anything you want in foreign languages by changing the settings. This extension aims to be simple and without useless features or options. For educators, parents or students (everyone). You can use this extension to learn about pronunciation of different languages.
扩展基本信息
名称 | Voice Out TTS Client |
ID | hbelphkdkebaclidgfhjaobpljdoagpd |
官方URL | https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd |
简介 | Voice Out TTS, select the text and right-click to speak with your system TTS Engine |
文件大小 | 423 KB |
安装次数 | 1,402 |
当前版本 | 1.0 |
更新时间 | 2018-07-10 |
上架时间 | 2018-07-09 |
评分 | 4.25/5 共8次评分 |
开发者 | https://www.rosaneng.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.rosaneng.com |
帮助页面URL | http://www.rosaneng.com |
隐私政策页面URL | http://www.rosaneng.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Out TTS Client", "description": "Voice Out TTS, select the text and right-click to speak with your system TTS Engine", "manifest_version": 2, "minimum_chrome_version": "24", "offline_enabled": true, "permissions": [ "tts", "contextMenus" ], "version": "1.0", "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "options.html", "default_title": "Voice Out TTS Client" }, "background": { "scripts": [ "js\/background.min.js" ], "persistens": false }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |