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,…
O que é Ebay for the Color Blind?
Ebay for the Color Blind é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ebay for the Color Blind
Baixe arquivos de extensão Ebay for the Color Blind no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Ebay for the Color Blind |
ID | mnclemflbnmkkkcncpnakjfionmfehpa |
URL Oficial | https://chromewebstore.google.com/detail/ebay-for-the-color-blind/mnclemflbnmkkkcncpnakjfionmfehpa |
Descrição | A very small Chrome extension to help red/green color blind people browse ebay. While browsing for the latest iPhone resale value,… |
Tamanho do Arquivo | 60.99 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2012-09-22 |
Data de Publicação | 2012-09-22 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |