FreshEyes
Adapts webpage for color blind people.
FreshEyes란 무엇입니까?
FreshEyes은(는) Fresh Eyes Chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adapts webpage for color blind people."입니다.
확장 프로그램 스크린샷
FreshEyes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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": [ " |