A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

A11Y - Color blindness empathy test là gì?

A11Y - Color blindness empathy test là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Empathy test for color blindness and visual impairment".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng A11Y - Color blindness empathy test

Tải xuống các tệp mở rộng A11Y - Color blindness empathy test 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

                        Empathy test for color blindness and visual impairment. This add-on emulates 8 types of color blindness, plus grayscale to check the contrast of your website.
https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/

Issues: https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions                    

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

Tên A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
URL Chính Thức https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
Mô tả Empathy test for color blindness and visual impairment
Kích Thước Tệp 16.34 KB
Số Lần Cài Đặt 2,797
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-10-15
Ngày Phát Hành 2018-10-15
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
URL Trang Trợ Giúp https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "A11Y - Color blindness empathy test",
    "version": "1.0.1",
    "description": "Empathy test for color blindness and visual impairment",
    "author": "Vincent Humeau",
    "homepage_url": "https:\/\/github.com\/vinceumo\/A11Y-Color-Blindness-Empathy-Test",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "A11Y - Color blindness empathy test",
        "default_popup": "popup\/choose_test.html"
    }
}