FreshEyes

Adapts webpage for color blind people.

What is FreshEyes?

FreshEyes is a Chrome extension developed by Fresh Eyes Chrome, and its main feature is "Adapts webpage for color blind people.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download FreshEyes Extension CRX File

Download FreshEyes 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

                        Fresh Eyes is an extension that adds an accessibility function for individuals with red-green color vision deficiencies. It contains several selectable modes to allow the user to optimize the color spectrum of various web content. 

Easy to use, with immediate effect, Fresh Eyes is a step in making the web more vibrant for everyone!

The modes are as follows:
NoFilter - As expected (#nofilter)

HueRotate - Highest color contrast for red-green color deficiencies (180 degree hue rotation)

TrueColor - Reduces appearance of colors indistinguishable to red-green color deficient individuals and intensifies contrast between the remaining red/green values for optimal contrast. (color matrix transformation)

TrueColorG - Like TrueColor, but with added gamma correction to make shadows darker without increasing brightness. (It increases contrast without distorting the colors)

TrueColorD - Like TrueColor, but with more color saturation more similar to unfiltered (slight desaturation) 

TrueColorN - True Color with a slightly different optimization for user preference.                    

Extension Basic Information

Name FreshEyes FreshEyes
ID bgeggmjapkmjgniljnkgnbncpifgbnlk
Official URL https://chrome.google.com/webstore/detail/fresheyes/bgeggmjapkmjgniljnkgnbncpifgbnlk
Description Adapts webpage for color blind people.
File Size 107 KB
Installation Count 235
Current Version 1.0
Last Updated 2015-04-26
Publish Date 2015-04-26
Rating 4.67/5 Total 3 Ratings
Developer Fresh Eyes Chrome
Payment Type free
Extension Website http://fresheyesfilter.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreshEyes",
    "description": "Adapts webpage for color blind people.",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/fresh-eyes\/fresh-eyes",
    "browser_action": {
        "default_title": "FreshEyes",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/action_small.png",
            "38": "img\/action.png"
        }
    },
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon_small.png"
    },
    "web_accessible_resources": [
        "img\/filters.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/filters.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}