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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screen Reader by UserWay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}