Webpage Narrator - Community (Free) Version

Narrate text on a webpage

Webpage Narrator - Community (Free) Version란 무엇입니까?

Webpage Narrator - Community (Free) Version은(는) Dodzi A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Narrate text on a webpage"입니다.

확장 프로그램 스크린샷

screenshot

Webpage Narrator - Community (Free) Version 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension reads out the text content that is selected on a webpage or all the text content on the page if nothing is selected. 
This presents a hands-free option for individuals to peruse pages by having it dictated to them rather than having to read it themselves. 

You may want this option of listening rather than reading due to tired eyes or just your preference/convenience. For example, getting ready for work and want to read an article on the web while fixing breakfast? Navigate to the page click the extension icon, select the content want to read and hit the play button to have the extension read the contents out loud to you. 
Performing some chore while you want to read content on a webpage, this extension has you covered as well.

This extension has a UI with three buttons: the play button, the stop button and the theme toggle button that switches the theme from dark to light and vice-versa.                    

확장 프로그램 기본 정보

이름 Webpage Narrator - Community (Free) Version Webpage Narrator - Community (Free) Version
ID cmcgilnacfcnkhmeaoinpalpiedbaclb
공식 URL https://chromewebstore.google.com/detail/webpage-narrator-communit/cmcgilnacfcnkhmeaoinpalpiedbaclb
설명 Narrate text on a webpage
파일 크기 390 KB
설치 횟수 732
현재 버전 0.2.1
최근 업데이트 2021-11-22
출시 날짜 2021-11-21
평점 4.33/5 총 3 개의 평점
개발자 Dodzi A
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage Narrator - Community (Free) Version",
    "version": "0.2.1",
    "description": "Narrate text on a webpage",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "icons": {
        "32": "icon.png"
    },
    "author": "Dodzi A"
}