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
官方網址 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"
    }
}