A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

什么是A11Y - Color blindness empathy test?

A11Y - Color blindness empathy test是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Empathy test for color blindness and visual impairment”。

扩展截图

screenshot
screenshot

下载A11Y - Color blindness empathy test扩展crx文件

下载A11Y - Color blindness empathy test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
官方URL https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
简介 Empathy test for color blindness and visual impairment
文件大小 16.34 KB
安装次数 2,797
当前版本 1.0.1
更新时间 2018-10-15
上架时间 2018-10-15
评分 4.17/5 共6次评分
开发者 Unknown
付费类型 free
扩展官网 https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
帮助页面URL https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
支持的语言 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"
    }
}