Clarify for Dyslexia

A simple but powerful tool to improve website readability for people with dyslexia

Clarify for Dyslexiaとは何ですか?

Clarify for Dyslexiaはhttps://clarify.chris-hill.co.ukによって開発されたChromeの拡張機能で、その主な機能は「A simple but powerful tool to improve website readability for people with dyslexia」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clarify for Dyslexia拡張機能のCRXファイルをダウンロード

Clarify for Dyslexia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
公式URL https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
説明 A simple but powerful tool to improve website readability for people with dyslexia
ファイルサイズ 70.64 KB
インストール数 385
現在のバージョン 1.1
最終更新日 2016-09-29
公開日 2016-09-29
開発者 https://clarify.chris-hill.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://clarify.chris-hill.co.uk/
ヘルプページのURL http://clarify.chris-hill.co.uk/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clarify for Dyslexia",
    "version": "1.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "A simple but powerful tool to improve website readability for people with dyslexia",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.4.min.js",
                "cladys.js"
            ],
            "css": [
                "cladys.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_title": "Clarify: Click to Enable"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "eulexia-webfont.woff"
    ]
}