Screen Curtain

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

Co to jest Screen Curtain?

Screen Curtain to rozszerzenie Chrome opracowane przez Laurence Lewis, a jego główną funkcją jest „To assist sighted users in testing web pages using a screen reader by simulating blindness..”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Screen Curtain

Pobierz pliki rozszerzeń Screen Curtain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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,                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen Curtain Screen Curtain
ID iimkennknidfkjgokaeegjpohghkdgba
Oficjalny URL https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba
Opis To assist sighted users in testing web pages using a screen reader by simulating blindness..
Rozmiar pliku 9.64 KB
Liczba instalacji 169
Aktualna Wersja 2018.2
Ostatnia Aktualizacja 2018-03-16
Data Publikacji 2018-03-16
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Laurence Lewis
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://whatsock.com/training/matrices/screen_curtain.htm
Adres URL Strony Pomocy http://whatsock.com/training/matrices/screen_curtain.htm
Obsługiwane Języki 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"
    ]
}