Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

ما هو Dyslexia Toolbox؟

Dyslexia Toolbox هو إضافة Chrome تم تطويرها بواسطة https://arnaudtilbian.com، والميزة الرئيسية لها هي "A toolkit to facilitate reading for people with dyslexia.".

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

screenshot

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

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

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

                        Make reading online easier with this extension. 😇

This extension offers different options to simplify text reading :
    🔹 Use of a font made for dyslexics (Open Dyslexic)
    🔹 Use of a mask to maximize concentration on a portion of text
    🔹 Left alignment of the text

The extension can be disabled  on any page.                    

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

الاسم Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
عنوان URL الرسمي https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
الوصف A toolkit to facilitate reading for people with dyslexia.
حجم الملف 60.36 KB
عدد التثبيتات 822
النسخة الحالية 1.0.2
آخر تحديث 2020-06-17
تاريخ النشر 2020-06-16
تقييم 4.50/5 مجموع تقييمات 2
المطور https://arnaudtilbian.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.arnaudtilbian.com",
    "author": "Arnaud TILBIAN",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/fonts\/OpenDyslexic-Regular.otf",
        "\/css\/client_css_style\/opendyslexic.css",
        "\/css\/client_css_style\/alignleft.css",
        "\/css\/client_css_style\/mask.css"
    ]
}