VoiceSissy (Speech-to-Text-to-Speech TTS STT)
Select to speech helper. Supporting VOICEVOX and Chrome built-ins.
VoiceSissy (Speech-to-Text-to-Speech TTS STT)란 무엇입니까?
VoiceSissy (Speech-to-Text-to-Speech TTS STT)은(는) Higon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select to speech helper. Supporting VOICEVOX and Chrome built-ins."입니다.
확장 프로그램 스크린샷
VoiceSissy (Speech-to-Text-to-Speech TTS STT) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
VoiceSissy is easy-to-use select-to-speech tool as well as text-to-speech (TTS) AND speech-to-text (STT) text editor. - Turn your speech into machine voiced (Realtime Speech-to-Text-to-Speech) - Transcribe your speech in text edtor (STT Transcriber Editor) - Read selected text on any webpage (Text segmentation and TTS) - Read your text as you write (TTS Talk Editor) Originally this software was developed for VOICEVOX but you can use it with Chrome's built-in voice synthesizers. VOICEVOX produces human-quality tech-to-speech (TTS) deep learning technology to human-quality TTS in Japanes, and it's free :) VoiceSissy supports the following TTS engine for now. - Built-in Voice Synthesis - Google Chrome built-ins - English, Spanish, French, German, Japanese etc... - Operation System built-ins - Microsoft voices (on Windows) - Apple voices (on macOS) - VOICEVOX - Shikoku Metan (Japanese) - Zundamon (Japanese) - Bouyomi-Chan (via WebSocket plugin) Usage: 1. Open https://voicevox.hiroshiba.jp/ and setup VOICEVOX. 2. Run VOICEVOX on your machine. 3. Select any text on your browser, right click, then select "VoiceSissy : Read". 4. Browser will read out the selected text. Support: Throw any complaint or idea to my twitter, I might consider writing code for it :) http://twitter.com/higon/
확장 프로그램 기본 정보
이름 | VoiceSissy (Speech-to-Text-to-Speech TTS STT) |
ID | mjfpekkpgmdihmfemmiodkhiebgbjnhm |
공식 URL | https://chromewebstore.google.com/detail/voicesissy-speech-to-text/mjfpekkpgmdihmfemmiodkhiebgbjnhm |
설명 | Select to speech helper. Supporting VOICEVOX and Chrome built-ins. |
파일 크기 | 3.17 MB |
설치 횟수 | 2,403 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2021-08-16 |
출시 날짜 | 2021-08-03 |
평점 | 2.25/5 총 4 개의 평점 |
개발자 | Higon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.twitter.com/higon |
도움말 페이지 URL | http://www.twitter.com/higon |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "0.5.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/VoiceBuddy_16.png", "32": "icons\/VoiceBuddy_32.png", "48": "icons\/VoiceBuddy_48.png", "128": "icons\/VoiceBuddy_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "VoiceSissy", "default_popup": "popup.html?popup=true" }, "permissions": [ "storage", "contextMenus", "clipboardRead", "http:\/\/localhost\/*" ], "web_accessible_resources": [] } |