Help Me Read!

An extension to help people with dyslexia problem to read web pages easily

ما هو Help Me Read!؟

Help Me Read! هو إضافة Chrome تم تطويرها بواسطة https://informatica.math.unipd.it، والميزة الرئيسية لها هي "An extension to help people with dyslexia problem to read web pages easily".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Help Me Read!

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

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

                        Help Me Read! is a powerful tool for people with dyslexia or problem with color vision.
It allows to change the color of the text and of the background, the user can choose between a set of predefined setting, or can autonomously choose the preferred color. 
Moreover this extension also allows to enlarge every single word to help reading.                    

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

الاسم Help Me Read! Help Me Read!
ID kdeafkgaagpgmdbidapennjlnmgdjekj
عنوان URL الرسمي https://chromewebstore.google.com/detail/help-me-read/kdeafkgaagpgmdbidapennjlnmgdjekj
الوصف An extension to help people with dyslexia problem to read web pages easily
حجم الملف 52.19 KB
عدد التثبيتات 75
النسخة الحالية 0.0.1
آخر تحديث 2019-11-15
تاريخ النشر 2019-11-14
المطور https://informatica.math.unipd.it
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Help Me Read!",
    "version": "0.0.1",
    "manifest_version": 2,
    "author": "Rudy Berton",
    "description": "An extension to help people with dyslexia problem to read web pages easily",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Help me read!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}