Ebay for the Color Blind

A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…

什么是Ebay for the Color Blind?

Ebay for the Color Blind是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…”。

扩展截图

screenshot

下载Ebay for the Color Blind扩展crx文件

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

扩展使用说明

                        A very small Chrome extension to help red/green color blind people browse ebay.

While browsing for the latest iPhone resale value, I became very frustrated when I could not quickly pick apart which completed items were sold and which ones did not sell. The default is a red and green which is very hard (for me) to distinguish. I changed these color values to a lime green and a dark red. Please let me know if there are better colors to use for other color blind people!                    

扩展基本信息

名称 Ebay for the Color Blind Ebay for the Color Blind
ID mnclemflbnmkkkcncpnakjfionmfehpa
官方URL https://chromewebstore.google.com/detail/ebay-for-the-color-blind/mnclemflbnmkkkcncpnakjfionmfehpa
简介 A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…
文件大小 60.99 KB
安装次数 23
当前版本 1.0
更新时间 2012-09-22
上架时间 2012-09-22
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ebay for the Color Blind",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ebay.com\/*"
            ],
            "css": [
                "color-blind-ebay.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    }
}