Screen Reader by UserWay

UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.

Screen Reader by UserWay란 무엇입니까?

Screen Reader by UserWay은(는) UserWay.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        UserWay’s powerful screen reader gives users the ability to have web pages read to them on-demand. Ideal for anyone from visually impaired users to front-end and QA engineers checking ADA compliance and everyone in between.                    

확장 프로그램 기본 정보

이름 Screen Reader by UserWay Screen Reader by UserWay
ID ompobmbbbjcmoeepdplbindbbpmbncka
공식 URL https://chromewebstore.google.com/detail/screen-reader-by-userway/ompobmbbbjcmoeepdplbindbbpmbncka
설명 UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.
파일 크기 181 KB
설치 횟수 1,876
현재 버전 2.0.1
최근 업데이트 2021-06-10
출시 날짜 2021-05-12
평점 2.38/5 총 8 개의 평점
개발자 UserWay.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://userway.org/
도움말 페이지 URL https://userway.org/contact
개인정보 보호 정책 페이지 URL https://userway.org/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "common.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/content.js",
                "sr.js",
                "rv.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' 'sha256-jmr3iaNvmOlL5w97kEj0MFYRW3l6Gqq28qkuGvlyo7k='; font-src 'self' https:\/\/fonts.gstatic.com;style-src 'self' 'unsafe-inline' *; img-src 'self' data: *;connect-src 'self' https:\/\/google.com",
    "description": "UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Screen Reader by UserWay",
    "permissions": [
        "tabs"
    ],
    "version": "2.0.1",
    "web_accessible_resources": [
        "iframe-content.html",
        "rv.js",
        "reader\/images\/keyboard.svg",
        "reader\/images\/left-arrow.svg",
        "reader\/images\/read-fast.svg",
        "reader\/images\/read-normal.svg",
        "reader\/images\/read-quick.svg",
        "reader\/images\/read-slow.svg",
        "reader\/images\/read-very-fast.svg",
        "reader\/images\/resize.svg",
        "reader\/images\/right-arrow.svg",
        "reader\/images\/uw-logo.svg"
    ]
}