Slang - Text to Speech

Convert the selected text to speech.

Slang - Text to Speech란 무엇입니까?

Slang - Text to Speech은(는) https://kauer3.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert the selected text to speech."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Slang is a free tool that converts text of websites to speech. It can increase your productivity, help you study more effectively and is a must have if you are learning a new language.

Slang shows the text in the pop-up synchronized with the speech, so that you can read along, regardless of the page you're on. Listening and reading simultaneously increases comprehension, strengthens memory, helps build fluency skills including proper phrasing and expression and improve sight word recognition!

If you want to save time or keep your eyes off the screen, let Slang read the contents of a web page for you.

It is very simple to use, just select the text you want to hear, open the pop-up and click on the play button or right click on the selected text and click on speak. You can also type or paste in the pop-up whatever you want to be spoken. You can change the volume, rate, pitch and voice.

Supports 14 languages, some in different accents, totaling 21 different voices.

Access the project's github page to give feedback, report bugs and access the source code:
https://github.com/kauer3/Slang-Text-to-Speech                    

확장 프로그램 기본 정보

이름 Slang - Text to Speech Slang - Text to Speech
ID enkmbkhkbdiaafkmofbmdahclajelgfh
공식 URL https://chromewebstore.google.com/detail/slang-text-to-speech/enkmbkhkbdiaafkmofbmdahclajelgfh
설명 Convert the selected text to speech.
파일 크기 220 KB
설치 횟수 846
현재 버전 0.4
최근 업데이트 2021-04-27
출시 날짜 2020-10-31
평점 4.63/5 총 8 개의 평점
개발자 https://kauer3.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kauer3/Slang-Text-to-Speech
도움말 페이지 URL https://github.com/kauer3/Slang-Text-to-Speech
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slang - Text to Speech",
    "version": "0.4",
    "description": "Convert the selected text to speech.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "contextMenu.js",
            "speech.js"
        ],
        "persintent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Slang",
        "default_popup": "popup.html"
    }
}