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.”。

擴展截圖

screenshot
screenshot

下載ZoomText Smart Invert擴展crx文件

下載ZoomText Smart Invert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 ZoomText Smart Invert
ID gblgfbgdhlkjnkfdbpmdhdkhhbbhfkca
官方網址 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": []
}