Speech to text

Helps to convert speech into text

Speech to text란 무엇입니까?

Speech to text은(는) speechtotextextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to convert speech into text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Speech to text 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple-to-use voice to text converter that you can use with your web browser easily. Audio to Text (Voice Recognition) extension lets you convert your speech into text. It supports multiple languages. Voice to text is the simplest way to convert your voice messages to text. You can write long notes as well as essays, blog posts, and reports. 

Key Features:  

Write your content accurately with precise captions  
Accurate speech recognition 
Easy to use interface  
Supports multiple languages 
Saves your time & increases writing efficiency  
cutting-edge speech-recognition technology 

Put Speech Into Action  
Speech to text enables you to dictate, record, and transcribe text instead of typing. This extension uses the latest speech-to-text voice recognition technology and helps you type long text content by voice. From now on you do not need to type text; instead, dictate using your voice.  

VTT (voice to text) extension is really helpful for those who suffer from hand injuries or physical impairments. The most recent VTT technology is extremely precise and fluid. It can easily handle several accents. This extension can be used on any microphone, including an inbuilt laptop mic.                    

확장 프로그램 기본 정보

이름 Speech to text Speech to text
ID nagkcfhjaigeefjgimlfmdppohkpfhhg
공식 URL https://chromewebstore.google.com/detail/speech-to-text/nagkcfhjaigeefjgimlfmdppohkpfhhg
설명 Helps to convert speech into text
파일 크기 66.28 KB
설치 횟수 1,571
현재 버전 1.0.0
최근 업데이트 2022-07-20
출시 날짜 2022-07-20
평점 3.80/5 총 5 개의 평점
개발자 speechtotextextension
이메일 speechtotextextension@gmail.com
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/speech-my-text/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speech to text",
    "version": "1.0.0",
    "description": "Helps to convert speech into text",
    "action": {
        "derfault_title": "Speech to text"
    },
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "48": "icon 64.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}