FreshEyes

Adapts webpage for color blind people.

FreshEyes क्या है?

FreshEyes Fresh Eyes Chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adapts webpage for color blind people."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FreshEyes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम FreshEyes FreshEyes
ID bgeggmjapkmjgniljnkgnbncpifgbnlk
आधिकारिक URL https://chrome.google.com/webstore/detail/fresheyes/bgeggmjapkmjgniljnkgnbncpifgbnlk
विवरण Adapts webpage for color blind people.
फ़ाइल का आकार 107 KB
स्थापना संख्या 235
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-04-26
प्रकाशन तिथि 2015-04-26
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Fresh Eyes Chrome
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fresheyesfilter.com/
समर्थित भाषाएँ 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"
    ]
}