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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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/
عنوان صفحة المساعدة 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"
    ]
}