Web Disability Simulator

Simulates how people with disabilities experience the web

Web Disability Simulatorคืออะไร?

Web Disability Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Metamatrix และคุณลักษณะหลักของมันคือ "Simulates how people with disabilities experience the web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Disability Simulator

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

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

                        The Web Disability Simulator lets you experience how people with different disabilities or inadequate abilities perceive a web site. Simulate color blindness, low vision, dyslexia and more. An easy-to-use tool both to increase understanding and lower the threshold to test accessibility on a website.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Disability Simulator Web Disability Simulator
ID olioanlbgbpmdlgjnnampnnlohigkjla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-disability-simulator/olioanlbgbpmdlgjnnampnnlohigkjla
คำอธิบาย Simulates how people with disabilities experience the web
ขนาดไฟล์ 491 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-02-15
วันที่เผยแพร่ 2019-02-15
คะแนน 3.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Metamatrix
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Disability Simulator",
    "description": "Simulates how people with disabilities experience the web",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "UI\/img\/icon.png",
        "default_popup": "UI\/app.html"
    },
    "icons": {
        "16": "UI\/img\/icon_16x16.png",
        "48": "UI\/img\/icon_48x48.png",
        "128": "UI\/img\/icon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "simulations\/totalColorBlindness\/img\/filters.svg",
        "simulations\/totalColorBlindness\/css\/main.css",
        "simulations\/redGreenColorBlindness\/img\/filters.svg",
        "simulations\/redGreenColorBlindness\/css\/main.css",
        "simulations\/yellowBlueColorBlindness\/img\/filters.svg",
        "simulations\/yellowBlueColorBlindness\/css\/main.css",
        "simulations\/concentration\/css\/main.css",
        "simulations\/concentration\/img\/meal.jpg",
        "simulations\/farsightedness\/css\/main.css",
        "simulations\/parkinsons\/css\/main.css",
        "simulations\/parkinsons\/img\/cursor_windows.svg",
        "simulations\/parkinsons\/img\/cursor_mac.svg",
        "simulations\/smallVocabulary\/words.en.json",
        "simulations\/smallVocabulary\/words.sv.json",
        "simulations\/tunnelVision\/css\/main.css",
        "simulations\/sunshine\/css\/main.css"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "activeTab"
    ]
}