Screen Curtain

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

Screen Curtainคืออะไร?

Screen Curtain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laurence Lewis และคุณลักษณะหลักของมันคือ "To assist sighted users in testing web pages using a screen reader by simulating blindness.."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Curtain

ดาวน์โหลดไฟล์ส่วนขยาย Screen Curtain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}