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 là gì?

Ebay for the Color Blind là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ebay for the Color Blind

Tải xuống các tệp mở rộng Ebay for the Color Blind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ebay for the Color Blind Ebay for the Color Blind
ID mnclemflbnmkkkcncpnakjfionmfehpa
URL Chính Thức https://chromewebstore.google.com/detail/ebay-for-the-color-blind/mnclemflbnmkkkcncpnakjfionmfehpa
Mô tả A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…
Kích Thước Tệp 60.99 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-09-22
Ngày Phát Hành 2012-09-22
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}