ZoomText Smart Invert
See photos in their natural colors when using the ZoomText Invert Brightness or Invert Color effect.
ZoomText Smart Invert란 무엇입니까?
ZoomText Smart Invert은(는) Freedom Scientific에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See photos in their natural colors when using the ZoomText Invert Brightness or Invert Color effect."입니다.
확장 프로그램 스크린샷
ZoomText Smart Invert 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Smart Invert add-on for Chrome is used in conjunction with Freedom Scientific’s ZoomText and Fusion software. The use of filter effects to invert the screen brightness and colors is popular among low-vision computer users. It reduces glare, improves legibility of on-screen text, reduces eyestrain, and increases comfort. However, these effects also result in photo images that look like film negatives, which are unappealing and often unusable to look at. By enabling ZoomText's Smart Invert feature, when using ZoomText or Fusion’s Invert Brightness and Invert Color effects (in the Color Enhancement feature), our software will reverse or undo the inverted effect on photos so that they are displayed in their natural colors. To achieve this functionality when running Chrome, you must (1) install and enable this add-on, and (2) be running ZoomText or Fusion while browsing with Chrome. This add-on does nothing unless ZoomText or Fusion are running.
확장 프로그램 기본 정보
이름 | ZoomText Smart Invert |
ID | gblgfbgdhlkjnkfdbpmdhdkhhbbhfkca |
공식 URL | https://chromewebstore.google.com/detail/zoomtext-smart-invert/gblgfbgdhlkjnkfdbpmdhdkhhbbhfkca |
설명 | See photos in their natural colors when using the ZoomText Invert Brightness or Invert Color effect. |
파일 크기 | 121 KB |
설치 횟수 | 10,466 |
현재 버전 | 1.0.13 |
최근 업데이트 | 2019-10-16 |
출시 날짜 | 2019-10-14 |
평점 | 2.80/5 총 5 개의 평점 |
개발자 | Freedom Scientific |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://store.freedomscientific.com/pages/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "See photos in their natural colors when using the ZoomText Invert Brightness or Invert Color effect.", "minimum_chrome_version": "49", "name": "ZoomText Smart Invert", "short_name": "ZTSmartInv", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.13", "background": { "page": "background.html", "persistent": false }, "web_accessible_resources": [ "lib\/jquery-1.10.2.min.map" ], "content_scripts": [ { "js": [ "lib\/common.js", "lib\/jquery-1.10.2.min.js", "lib\/coloreffect.js", "lib\/imageprocessor.js", "lib\/ProxyRegistry.js", "lib\/registrator.js", "lib\/imagefilter.js", "lib\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "icons": [] } |