Text to Speech

Read any selected text in the browser with human-quality text-to-speech (TTS) engines

Text to Speech란 무엇입니까?

Text to Speech은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read any selected text in the browser with human-quality text-to-speech (TTS) engines"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Text-to-Speech (TTS) extension is a powerful tool to speak the current page. Just select the content and press the toolbar button (browser-action button) and the extension will start converting the content to speech. This extension supports both local and remote TTS engines of your browser and supports a few more remote TTS engines if your browser has no engine of its own.

The quality of the conversion depends on the engine that you select. The remote engines usually provide a really good quality conversion close to human quality conversion. 

This extension supports the following actions:
Pause and resume the speech
Skip to the next section
repeat the current section
move to the previous section

This extension also supports sound controlling options:
Adjust the volume of the speech
Adjust the speed of the speech
Adjust the pitch of the speech

The extension offers text to speech conversion in different language.                    

확장 프로그램 기본 정보

이름 Text to Speech Text to Speech
ID ccfpenhpilnacfeimonjfdndpphbgkaa
공식 URL https://chromewebstore.google.com/detail/text-to-speech/ccfpenhpilnacfeimonjfdndpphbgkaa
설명 Read any selected text in the browser with human-quality text-to-speech (TTS) engines
파일 크기 145 KB
설치 횟수 2,247
현재 버전 0.1.2
최근 업데이트 2019-10-27
출시 날짜 2019-10-27
평점 2.50/5 총 4 개의 평점
개발자 brian.girko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://add0n.com/text-to-speech.html
도움말 페이지 URL https://add0n.com/text-to-speech.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Text to Speech",
    "description": "Read any selected text in the browser with human-quality text-to-speech (TTS) engines",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/add0n.com\/text-to-speech.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Select some text and press the icon to display the TTS popup. Click once more to hide the popup"
    }
}