Speech to Text

Speech to Text helps you to convert your speech into text

Speech to Text란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Search results will be provided by Microsoft Bing.

Introducing Speech to Text—an extension designed to effortlessly transcribe your speech into text within your new tab. With a simple click, let your spoken words be transformed into written form, ensuring a smooth transition from speech to digital text. Streamline your communication and capture ideas promptly with this efficient tool.

By clicking "Add to Chrome", I accept and agree to installing the Speech to Text extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy
 
Uninstall Instructions: https://www.speachtotext.net/uninstall.html
EULA/Terms of Use - https://www.speachtotext.net/terms.html
Privacy Policy - https://www.speachtotext.net/policy.html
Contact Us: http://www.speachtotext.net/terms.html#terms-contact
About Us : https://www.speachtotext.net/about.html

To remove our extension from Google Chrome:
 
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.                    

확장 프로그램 기본 정보

이름 Speech to Text Speech to Text
ID mnhchainallckkdgjolbdhnfadpimmkf
공식 URL https://chromewebstore.google.com/detail/speech-to-text/mnhchainallckkdgjolbdhnfadpimmkf
설명 Speech to Text helps you to convert your speech into text
파일 크기 576 KB
설치 횟수 2,100
현재 버전 1.0.1
최근 업데이트 2023-10-17
출시 날짜 2023-09-21
평점 1.00/5 총 1 개의 평점
개발자 Extensions4You
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.speachtotext.net
개인정보 보호 정책 페이지 URL https://www.speachtotext.net/policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speech to Text",
    "short_name": "Speech to Text",
    "version": "1.0.1",
    "description": "Speech to Text helps you to convert your speech into text",
    "background": {
        "service_worker": "background\/bg-loader.js"
    },
    "icons": {
        "128": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Speech to Text"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    }
}