Dyslexia Simulation

This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.

ما هو Dyslexia Simulation؟

Dyslexia Simulation هو إضافة Chrome تم تطويرها بواسطة jontonsoup4، والميزة الرئيسية لها هي "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

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

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

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

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

                        This extension allows you to experience what a dyslexic person might experience while browsing the internet. With a click of the simulation button, the words on a page will start shifting around, becoming significantly more difficult to read. By pressing the button again, the words will cease their movement and the page will be returned to its original state.                    

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

الاسم Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
الوصف This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
حجم الملف 7.52 KB
عدد التثبيتات 163
النسخة الحالية 0.1
آخر تحديث 2016-03-07
تاريخ النشر 2016-03-07
المطور jontonsoup4
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Simulation",
    "description": "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}