3asyR

3asyR 3asyR helps you enjoy reading.

ما هو 3asyR؟

3asyR هو إضافة Chrome تم تطويرها بواسطة https://3asyr.com، والميزة الرئيسية لها هي "3asyR 3asyR helps you enjoy reading.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة 3asyR

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

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

                        3asyR is an interactive online tool that will help dyslexics and people with any kind of reading difficulty to read easier online by underlining, highlighting, changing font and hearing any online text, something that would help them keep the information they are interested in.

Download 3asyR for FREE! You can find the 3asyR logo on the right side of the address bar . Open the page you would like to browse. Click the logo to enable it. In the menu there are customized options to select and save.

1. Enable or disable 3asyR on every website with just a click 
2. Underlining
3. Highlighting with 15 dyslexic friendly colors
4. Choose fond 
5. Font size: 18-24
6. Select the voice 

*How it works*

You click a paragraph and it transforms based on your settings. By moving the mouse to the right you can highlight the text word by word. For Text to Speech, click on the speaker button that appears over the marked text.


More updates are coming your way so keep an eye and send us your feedback!                    

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

الاسم 3asyR 3asyR
ID knijgomkfcdigmbogcnffcbfgmapmkca
عنوان URL الرسمي https://chromewebstore.google.com/detail/3asyr/knijgomkfcdigmbogcnffcbfgmapmkca
الوصف 3asyR 3asyR helps you enjoy reading.
حجم الملف 3.3 MB
عدد التثبيتات 127
النسخة الحالية 2.1.1
آخر تحديث 2023-04-16
تاريخ النشر 2019-09-22
تقييم 4.32/5 مجموع تقييمات 19
المطور https://3asyr.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.easier.gr/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3asyR",
    "author": "SB Technologies",
    "version": "2.1.1",
    "description": "3asyR 3asyR helps you enjoy reading.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css",
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/OpenDyslexic-Regular.otf",
        "fonts\/dyslexicgreek.woff",
        "fonts\/Verdana.ttf",
        "fonts\/ComicNeue-Regular.otf"
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    }
}