Clarify for Dyslexia

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

Clarify for Dyslexiaคืออะไร?

Clarify for Dyslexia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clarify.chris-hill.co.uk และคุณลักษณะหลักของมันคือ "A simple but powerful tool to improve website readability for people with dyslexia"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clarify for Dyslexia

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}