Speech To Text Engine

For your browser, there's an easy-to-use speech synthesis and analysis program!

Speech To Text Engine란 무엇입니까?

Speech To Text Engine은(는) Steven Sanders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For your browser, there's an easy-to-use speech synthesis and analysis program!"입니다.

확장 프로그램 스크린샷

screenshot

Speech To Text Engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Speech To Text Engine" is a plugin that aids in the conversion of speech to text. 

It is capable of recognizing a wide range of languages and dialects. Simply select the big microphone symbol to begin converting your voice to text after opening the addon's UI. Please note that, when the add-on is launched for the first time, it will request microphone access. Please allow this software to function properly. 

In the UI, all captured text is displayed in the top text area. To copy the content, use (Ctrl + C) on your keyboard. When this add-on is closed, there are no additional activities taking place. Furthermore, it does not require an internet connection to function.                    

확장 프로그램 기본 정보

이름 Speech To Text Engine Speech To Text Engine
ID nfaflpdfalanegbebaikeadklolpflfi
공식 URL https://chromewebstore.google.com/detail/speech-to-text-engine/nfaflpdfalanegbebaikeadklolpflfi
설명 For your browser, there's an easy-to-use speech synthesis and analysis program!
파일 크기 147 KB
설치 횟수 956
현재 버전 0.1
최근 업데이트 2022-07-04
출시 날짜 2022-07-04
평점 4.89/5 총 36 개의 평점
개발자 Steven Sanders
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/speech-to-text-engine/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "short_name": "speech-to-text-engine",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "Speech To Text Engine",
    "homepage_url": "https:\/\/worldaddons.com\/speech-to-text-engine\/",
    "description": "For your browser, there's an easy-to-use speech synthesis and analysis program!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speech To Text Engine",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}