FreshEyes
Adapts webpage for color blind people.
什么是FreshEyes?
FreshEyes是由Fresh Eyes Chrome开发的Chrome扩展程序,该扩展的主要功能是“Adapts webpage for color blind people.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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": [ " |