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文件

下載Screen Reader by UserWay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}