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,…
Wat is Ebay for the Color Blind?
Ebay for the Color Blind is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…".
Extensie Screenshots
Download het CRX-bestand van de extensie Ebay for the Color Blind
Download Ebay for the Color Blind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mnclemflbnmkkkcncpnakjfionmfehpa | 
| Officiële URL | https://chromewebstore.google.com/detail/ebay-for-the-color-blind/mnclemflbnmkkkcncpnakjfionmfehpa | 
| Beschrijving | A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,… | 
| Bestandsgrootte | 60.99 KB | 
| Aantal Installaties | 23 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2012-09-22 | 
| Publicatiedatum | 2012-09-22 | 
| Ontwikkelaar | Unknown | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |