Reasy

The perfect tool for schools and universities to accompany students with Dyslexia throughout their learning path.

Reasyคืออะไร?

Reasy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reasy.it และคุณลักษณะหลักของมันคือ "The perfect tool for schools and universities to accompany students with Dyslexia throughout their learning path."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reasy

ดาวน์โหลดไฟล์ส่วนขยาย Reasy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reasy Chrome Extension allows you to make any existing web page and learning platform (such as Google Classroom, Moodle and Teams) fully accessible and customizable.

Reading and learning has never been easier!
Make your web experience accessible with one click!

Reasy is based on the scientific research of the European project Vrailexia, recognized among the 100 best world projects that apply Artificial Intelligence.

➤ Who is it for?
Students with Dyslexia and any student who wants greater accessibility and personalization of the study material in the school and university learning path.

➤ Features
Change the font of the text with Arial, Georgia, Tahoma or Verdana.
Change the font size.
Change the line spacing of the text.

➤ 360 ° accessibility

➤ Multilingual
Available in Italian and English

➤ Privacy
We are interested in making learning accessible, not your data. We don't save your web searches, we don't track the sites you visit, we don't sell your data to third parties, and your operations are always SSL-encrypted.


To learn more about Reasy, visit https://tech4all.ai.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reasy Reasy
ID jodcmdilfioahmegmdbcbgjhahdjfdhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reasy/jodcmdilfioahmegmdbcbgjhahdjfdhj
คำอธิบาย The perfect tool for schools and universities to accompany students with Dyslexia throughout their learning path.
ขนาดไฟล์ 1.87 MB
จำนวนการติดตั้ง 394
เวอร์ชันปัจจุบัน 0.1.11
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2022-05-02
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://reasy.it
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tech4all.ai
URL หน้าช่วยเหลือ https://tech4all.ai/contatti
URL หน้านโยบายความเป็นส่วนตัว https://tech4all-ai.notion.site/Privacy-policy-1cb2543efca043c691f94d7df5ce86d6
ภาษาที่รองรับ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/tech4all.ai",
    "version": "0.1.11",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_page": "utilities.html",
    "default_locale": "en",
    "icons": {
        "128": "assets\/img\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_16.png",
            "32": "assets\/img\/icon_32.png",
            "48": "assets\/img\/icon_48.png",
            "128": "assets\/img\/icon_128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*",
                "toolbar.html",
                "assets\/icons\/*",
                "profile.html",
                "textToSpeech.js",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "toolbar.css",
                "toolbarFonts.css",
                "toolbarMapp.css",
                "toolbarKeyword.css",
                "toolbarSummary.css",
                "toolbarSpeechSynthesis.css",
                "toolbarAnalysisSection.css"
            ],
            "js": [
                "contentScript.js",
                "toolbar.js",
                "textToSpeech.js",
                "summaryKeywords.js",
                "mapps.js",
                "textAnalysis.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}