Read aloud with auto language detection

Text-to-speech web reader

Read aloud with auto language detection란 무엇입니까?

Read aloud with auto language detection은(는) Hatsevich Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text-to-speech web reader"입니다.

확장 프로그램 스크린샷

screenshot

Read aloud with auto language detection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you read aloud websites by using Google Chrome text-to-speech engine.
It can automatically detect the language of current sentence (currently English or Russian).
It can be conveniently controlled with keyboard shortcuts.

How to use:
Quick start: select any piece of web page where you want to start reading and press Alt+R (or click the extension icon). Extension widget will appear and will start reading. Mouse over the widget to see all the options and keyboard shortcuts.

Demo (in Russian): https://www.youtube.com/watch?v=Nnxh91ryrdU                    

확장 프로그램 기본 정보

이름 Read aloud with auto language detection Read aloud with auto language detection
ID iaeiplcjdnogoipoblmicfocnhfobpmi
공식 URL https://chromewebstore.google.com/detail/read-aloud-with-auto-lang/iaeiplcjdnogoipoblmicfocnhfobpmi
설명 Text-to-speech web reader
파일 크기 62.32 KB
설치 횟수 2,000
현재 버전 0.0.0.6
최근 업데이트 2021-08-11
출시 날짜 2020-08-25
평점 3.67/5 총 9 개의 평점
개발자 Hatsevich Software
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read aloud with auto language detection",
    "version": "0.0.0.6",
    "description": "Text-to-speech web reader",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "icons": {
        "16": "loudspeaker 16.png",
        "32": "loudspeaker 32.png",
        "48": "loudspeaker 48.png",
        "128": "loudspeaker 128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "loudspeaker 512.png"
    },
    "manifest_version": 2
}