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"
    }
}