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,…
What is Ebay for the Color Blind?
Ebay for the Color Blind is a Chrome extension developed by Unknown, and its main feature is "A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…".
Extension Screenshots
Download Ebay for the Color Blind Extension CRX File
Download Ebay for the Color Blind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Ebay for the Color Blind |
ID | mnclemflbnmkkkcncpnakjfionmfehpa |
Official URL | https://chromewebstore.google.com/detail/ebay-for-the-color-blind/mnclemflbnmkkkcncpnakjfionmfehpa |
Description | A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,… |
File Size | 60.99 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2012-09-22 |
Publish Date | 2012-09-22 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |