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
电子邮箱 [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"
    ]
}