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
官方網址 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"
    ]
}