Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Read Out Loud란 무엇입니까?

Read Out Loud은(는) softapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Read Out Loud 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

확장 프로그램 기본 정보

이름 Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
공식 URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
설명 This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
파일 크기 10.88 KB
설치 횟수 996
현재 버전 1.1.0
최근 업데이트 2023-03-03
출시 날짜 2023-03-02
개발자 softapp
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}