Clarify for Dyslexia

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

Clarify for Dyslexia là gì?

Clarify for Dyslexia là một tiện ích mở rộng Chrome được phát triển bởi https://clarify.chris-hill.co.uk, và tính năng chính của nó là "A simple but powerful tool to improve website readability for people with dyslexia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clarify for Dyslexia

Tải xuống các tệp mở rộng Clarify for Dyslexia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
URL Chính Thức https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
Mô tả A simple but powerful tool to improve website readability for people with dyslexia
Kích Thước Tệp 70.64 KB
Số Lần Cài Đặt 385
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-29
Ngày Phát Hành 2016-09-29
Nhà Phát Triển https://clarify.chris-hill.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://clarify.chris-hill.co.uk/
URL Trang Trợ Giúp http://clarify.chris-hill.co.uk/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}