Screen Reader

A web-powered screen reader

Screen Reader란 무엇입니까?

Screen Reader은(는) https://chrome.google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web-powered screen reader"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Please note that this extension is now in maintenance mode; no new additions will be made moving forward.

The Chrome Screen reader extension is a showcase of a fully featured screen reader for the web built using only web technologies such as html and javascript.  This extension specifically works within the Chrome browser to read content aloud. For more comprehensive solutions, we recommend the use of full system screen readers like ChromeVox on Chrome OS, VoiceOver on Mac, JAWS, NVDA or Narrator on Windows, etc. 

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 Screen Reader Screen Reader
ID kgejglhpjiefppelpmljglcjbhoiplfn
공식 URL https://chromewebstore.google.com/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn
설명 A web-powered screen reader
파일 크기 4.58 MB
설치 횟수 228,157
현재 버전 53.0.2784.14
최근 업데이트 2023-06-07
출시 날짜 2019-09-05
평점 2.51/5 총 1046 개의 평점
개발자 https://chrome.google.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.chromevox.com
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy?hl=en
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "automation": {
        "desktop": true
    },
    "background": {
        "page": "cvox2\/background\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "devtools:\/\/*"
            ],
            "js": [
                "chromevox\/injected\/shadydom_loader.js",
                "chromeVoxChromePageScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "A web-powered screen reader",
    "differential_fingerprint": "1.dc357c31eb9bbdaf5f4701f8300748c98bf71c71ad81230ffa0fd97b5edd92d7",
    "icons": {
        "128": "images\/chromevox-128.png",
        "16": "images\/chromevox-16.png",
        "48": "images\/chromevox-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEGBi\/oD7Yl\/Y16w3+gee\/95\/EUpRZ2U6c+8orV5ei+3CRsBsoXI\/DPGBauZ3rWQ47aQnfoG00sXigFdJA2NhNK9OgmRA2evnsRRbjYm2BG1twpaLsgQPPus3PyczbDCvhFu8k24wzFyEtxLrfxAGBseBPb9QrCz7B4k2QgxD\/CwIDAQAB",
    "manifest_version": 2,
    "name": "Screen Reader",
    "options_page": "chromevox\/background\/options.html",
    "permissions": [
        "accessibilityPrivate",
        "bookmarks",
        "history",
        "notifications",
        "storage",
        "tabs",
        "tts",
        ""
    ],
    "version": "53.0.2784.14",
    "web_accessible_resources": [
        "chromevox\/background\/keymaps\/next_keymap.json",
        "chromevox\/injected\/api.js",
        "chromevox\/injected\/api_util.js",
        "chromevox\/injected\/mathjax.js",
        "chromevox\/injected\/mathjax_external_util.js",
        "webcomponents-bundle.js"
    ]
}