Page Reader

A completely free extension to read highlighted text via Text To Speech.

Page Reader란 무엇입니까?

Page Reader은(는) Online Media Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A completely free extension to read highlighted text via Text To Speech."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Page Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be.

Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.                    

확장 프로그램 기본 정보

이름 Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
공식 URL https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
설명 A completely free extension to read highlighted text via Text To Speech.
파일 크기 81.05 KB
설치 횟수 11,903
현재 버전 1.0
최근 업데이트 2020-03-04
출시 날짜 2020-03-03
평점 2.37/5 총 30 개의 평점
개발자 Online Media Group
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Reader",
    "version": "1.0",
    "description": "A completely free extension to read highlighted text via Text To Speech.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}