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 là gì?

Screen Reader by UserWay là một tiện ích mở rộng Chrome được phát triển bởi UserWay.org, và tính năng chính của nó là "UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screen Reader by UserWay

Tải xuống các tệp mở rộng Screen Reader by UserWay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screen Reader by UserWay Screen Reader by UserWay
ID ompobmbbbjcmoeepdplbindbbpmbncka
URL Chính Thức https://chromewebstore.google.com/detail/screen-reader-by-userway/ompobmbbbjcmoeepdplbindbbpmbncka
Mô tả UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 1,876
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-06-10
Ngày Phát Hành 2021-05-12
Đánh Giá 2.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển UserWay.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://userway.org/
URL Trang Trợ Giúp https://userway.org/contact
URL Trang Chính Sách Bảo Mật https://userway.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}