Text to Speech

Want to listen to some text being read out to you?

Text to Speech란 무엇입니까?

Text to Speech은(는) https://texttospeech.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to listen to some text being read out to you?"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Easy one-click text-to-speech activation.

Auto detects source language (no need to set language each time).

Text-to-speech is enabled by holding "Alt", "T" or "Insert" key.

Highlights selected text while text-to-speech is running.

Save the speech audio files in .mp3 format on your PC Hard Disk or Google Drive.

Try our software now. Its 100% free to use, and you can access the test results onto your hard drive or Google Drive.                    

확장 프로그램 기본 정보

이름 Text to Speech Text to Speech
ID dpckcijgfoooohnnijhjcakkibbcmlje
공식 URL https://chromewebstore.google.com/detail/text-to-speech/dpckcijgfoooohnnijhjcakkibbcmlje
설명 Want to listen to some text being read out to you?
파일 크기 315 KB
설치 횟수 9,039
현재 버전 1.0.5
최근 업데이트 2023-10-31
출시 날짜 2020-05-13
평점 3.68/5 총 40 개의 평점
개발자 https://texttospeech.freeonlineapps.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://texttospeech.freeonlineapps.net/
도움말 페이지 URL https://texttospeech.freeonlineapps.net/contact
개인정보 보호 정책 페이지 URL https://www.freebusinessapps.net/privacy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "text to speech (tts)",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "homepage_url": "https:\/\/texttospeech.freeonlineapps.net\/",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        "data\/resources\/selection.css",
        "data\/content_script\/icons\/*.png",
        "data\/content_script\/icons\/loading.gif"
    ],
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "tts-highlighted": {
            "description": "__MSG_app_command__"
        }
    }
}