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