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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |