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,…

Qu'est-ce que Ebay for the Color Blind ?

Ebay for the Color Blind est une extension Chrome développée par Unknown, et sa fonction principale est "A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ebay for the Color Blind

Téléchargez les fichiers d'extension Ebay for the Color Blind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Ebay for the Color Blind Ebay for the Color Blind
ID mnclemflbnmkkkcncpnakjfionmfehpa
URL Officiel 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,…
Taille du Fichier 60.99 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2012-09-22
Date de Publication 2012-09-22
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}