Dyslex

dyslexia aid

ما هو Dyslex؟

Dyslex هو إضافة Chrome تم تطويرها بواسطة patrickschloesser، والميزة الرئيسية لها هي "dyslexia aid ".

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

screenshot

تحميل ملف CRX للإضافة Dyslex

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

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

                        Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.                    

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

الاسم Dyslex Dyslex
ID geamcicnokmmpmmjjfjghmjienhlkkjc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc
الوصف dyslexia aid
حجم الملف 75.8 KB
عدد التثبيتات 30
النسخة الحالية 1.1
آخر تحديث 2018-09-24
تاريخ النشر 2018-09-24
المطور patrickschloesser
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslex",
    "description": "dyslexia aid ",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/d.png",
            "32": "images\/d.png",
            "48": "images\/d.png",
            "128": "images\/d.png"
        }
    },
    "icons": {
        "16": "images\/d.png",
        "32": "images\/d.png",
        "48": "images\/d.png",
        "128": "images\/d.png"
    },
    "background": {
        "scripts": [
            "content.js",
            "popup.js"
        ],
        "persistent": true
    }
}