US English Female Text-to-speech (by Google)

This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.

US English Female Text-to-speech (by Google)란 무엇입니까?

US English Female Text-to-speech (by Google)은(는) http://chrome.google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology."입니다.

확장 프로그램 스크린샷

screenshot

US English Female Text-to-speech (by Google) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Updated February 2017: uses new speech engine, no separate download required.

This is a female US English text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
This extension does not do anything by itself. When installed, it provides an additional voice that talking apps and extensions can use.

This voice is a US English female voice, built by Google. The synthesis engine runs directly in your browser using Native Client technology - no network required. That means it's fast and responsive, suitable for accessibility applications.                    

확장 프로그램 기본 정보

이름 US English Female Text-to-speech (by Google) US English Female Text-to-speech (by Google)
ID pkidpnnapnfgjhfhkpmjpbckkbaodldb
공식 URL https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb
설명 This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
파일 크기 25.21 MB
설치 횟수 124,279
현재 버전 2.2
최근 업데이트 2017-02-08
출시 날짜 2017-02-08
평점 2.51/5 총 212 개의 평점
개발자 http://chrome.google.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy?hl=en
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "voice_lstm_en-US.js",
            "tts_controller.js",
            "tts_main.js"
        ]
    },
    "description": "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.",
    "icons": {
        "128": "google-tts-128.png",
        "16": "google-tts-16.png",
        "256": "google-tts-256.png",
        "48": "google-tts-48.png"
    },
    "manifest_version": 2,
    "name": "US English Female Text-to-speech (by Google)",
    "permissions": [
        "ttsEngine",
        "unlimitedStorage"
    ],
    "tts_engine": {
        "voices": [
            {
                "event_types": [
                    "start",
                    "word",
                    "end",
                    "error"
                ],
                "gender": "female",
                "lang": "en-US",
                "voice_name": "US English Female TTS (by Google)"
            }
        ]
    },
    "version": "2.2"
}