FreshEyes

Adapts webpage for color blind people.

FreshEyesとは何ですか?

FreshEyesはFresh Eyes Chromeによって開発されたChromeの拡張機能で、その主な機能は「Adapts webpage for color blind people.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

FreshEyes拡張機能のCRXファイルをダウンロード

FreshEyes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}