RGBlind

Simulate color blindness in your web browser.

什么是RGBlind?

RGBlind是由https://www.rgblind.se开发的Chrome扩展程序,该扩展的主要功能是“Simulate color blindness in your web browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载RGBlind扩展crx文件

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

扩展使用说明

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

扩展基本信息

名称 RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
官方URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
简介 Simulate color blindness in your web browser.
文件大小 65.85 KB
安装次数 2,052
当前版本 1.0.3
更新时间 2017-01-06
上架时间 2017-01-06
评分 4.40/5 共5次评分
开发者 https://www.rgblind.se
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.rgblind.se
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}