Screen Curtain

To assist sighted users in testing web pages using a screen reader by simulating blindness..

Screen Curtain क्या है?

Screen Curtain Laurence Lewis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To assist sighted users in testing web pages using a screen reader by simulating blindness.."।

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

screenshot
screenshot

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

crx प्रारूप में Screen Curtain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Screen Curtain extension allows engineers, testers, educators, and students to temporarily obscure web technologies while using screen readers in order to simulate the experience of using such technologies without sight.

This is analogous to the Screen Curtain mode provided on iPhone and iPad devices when using VoiceOver to experience the same. This bookmarklet should be used in combination with JAWS or NVDA on Windows when testing the non-sighted experience of typical screen reader users.

Written by Bryan Garaventa. Idea and extension by Laurence Lewis,                    

एक्सटेंशन की मूल जानकारी

नाम Screen Curtain Screen Curtain
ID iimkennknidfkjgokaeegjpohghkdgba
आधिकारिक URL https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba
विवरण To assist sighted users in testing web pages using a screen reader by simulating blindness..
फ़ाइल का आकार 9.64 KB
स्थापना संख्या 169
वर्तमान संस्करण 2018.2
अंतिम अपडेट 2018-03-16
प्रकाशन तिथि 2018-03-16
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर Laurence Lewis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://whatsock.com/training/matrices/screen_curtain.htm
सहायता पृष्ठ URL http://whatsock.com/training/matrices/screen_curtain.htm
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Curtain",
    "short_name": "SC",
    "version": "2018.2",
    "manifest_version": 2,
    "description": "To assist sighted users in testing web pages using a screen reader by simulating blindness..",
    "homepage_url": "http:\/\/whatsock.com\/training\/matrices\/screen_curtain.htm",
    "author": "VA by Bryan Garaventa. Extention by Laurence lewis",
    "background": {
        "scripts": [
            "load-sc.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Screen Curtain"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}