Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

什麼是Dyslexia Aid?

Dyslexia Aid是由http://nathancorbyn.com開發的Chrome擴展程式,該擴展的主要功能是“Color filter that can be applied to any web page to aid in reading”。

擴展截圖

screenshot
screenshot

下載Dyslexia Aid擴展crx文件

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

擴展使用說明

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

擴展基本資訊

名稱 Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
官方網址 https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
簡介 Color filter that can be applied to any web page to aid in reading
檔案大小 1.42 MB
安裝次數 1,000
目前版本 0.1.5
更新時間 2016-02-12
上架時間 2016-02-12
評分 2.33/5 共 9 次評分
開發者 http://nathancorbyn.com
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}