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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See photos in their natural colors when using the ZoomText Invert Brightness or Invert Color effect."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZoomText Smart Invert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |