Speech to Text
Speech recognizer application to keep it as text.
Speech to Text란 무엇입니까?
Speech to Text은(는) tand826에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speech recognizer application to keep it as text."입니다.
확장 프로그램 스크린샷
Speech to Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Speech recognizer extension. Just record your voice and keep them as text in the history. You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories. [ Updated v2.1 ] > added locales [ Updated v2.0 ] > added a setting to keep recording until it is manually stopped > added a button to delete all the recorded histories > added a feature to copy multiple histories by clicking with ctrl / alt / option key > history can store up to 10 records
확장 프로그램 기본 정보
이름 | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
공식 URL | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
설명 | Speech recognizer application to keep it as text. |
파일 크기 | 677 KB |
설치 횟수 | 3,620 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-02-16 |
출시 날짜 | 2020-03-24 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | tand826 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tand826.github.io/speech_to_text_homepage/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "Speech to Text", "description": "Speech recognizer application to keep it as text.", "version": "2.1", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/speech2text", "default_locale": "en" } |