Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

ما هو Dyslexia Aid؟

Dyslexia Aid هو إضافة Chrome تم تطويرها بواسطة http://nathancorbyn.com، والميزة الرئيسية لها هي "Color filter that can be applied to any web page to aid in reading".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Dyslexia Aid

قم بتنزيل ملفات الامتداد Dyslexia Aid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

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

الاسم Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
الوصف Color filter that can be applied to any web page to aid in reading
حجم الملف 1.42 MB
عدد التثبيتات 1,000
النسخة الحالية 0.1.5
آخر تحديث 2016-02-12
تاريخ النشر 2016-02-12
تقييم 2.33/5 مجموع تقييمات 9
المطور http://nathancorbyn.com
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}