Web Disability Simulator

Simulates how people with disabilities experience the web

Web Disability Simulator là gì?

Web Disability Simulator là một tiện ích mở rộng Chrome được phát triển bởi Metamatrix, và tính năng chính của nó là "Simulates how people with disabilities experience the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Disability Simulator

Tải xuống các tệp mở rộng Web Disability Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Disability Simulator Web Disability Simulator
ID olioanlbgbpmdlgjnnampnnlohigkjla
URL Chính Thức https://chromewebstore.google.com/detail/web-disability-simulator/olioanlbgbpmdlgjnnampnnlohigkjla
Mô tả Simulates how people with disabilities experience the web
Kích Thước Tệp 491 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-02-15
Ngày Phát Hành 2019-02-15
Đánh Giá 3.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Metamatrix
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}