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
公式URL 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"
    }
}