Readapt

Readapt by Contentsquare Foundation

Readapt란 무엇입니까?

Readapt은(는) Readapt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Readapt by Contentsquare Foundation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Readapt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Readapt, you can customise your reading preferences and adapt text on websites to suit your reading comfort. Designed for those with reading challenges like dyslexia and poor vision to make reading text on their favourite websites more accessible.

How to get started with Readapt:
1. Configure your profile.
2. Adapt text on websites by holding CTRL (Windows) or CMD ⌘ (Mac) and use your mouse to click the text you want to adapt.
3. Right-click the web page and select "Readapt > Activate Mask/Ruler" to use our reading tools. Hit ESCAPE to deactivate the mask/ruler.
4. Reset the text by clicking on the extension and click "Reset text on page"

Create multiple profiles to suit different users!

Configure elements like:
- Font
- Font size
- Spacing between letters, words and lines of text
- Distinguishing syllables with colours and their opacity
- Distinguish different phonemes (sounds)
- Distinguish different graphemes (letters)
- Distinguish lines of text (beta)
- Distinguish French liaisons (beta)
- Distinguish silent letters

These features have been known to help dyslexic people and others with reading and concentration challenges to improve their reading.

Create your reading profile from scratch or start off from one of our templates. 

Currently available in French and English.                    

확장 프로그램 기본 정보

이름 Readapt Readapt
ID emgfmfgandmhbgleikkoaebngboghfpe
공식 URL https://chromewebstore.google.com/detail/readapt/emgfmfgandmhbgleikkoaebngboghfpe
설명 Readapt by Contentsquare Foundation
파일 크기 4.91 MB
설치 횟수 2,134
현재 버전 1.8.3
최근 업데이트 2023-03-01
출시 날짜 2022-06-14
평점 5.00/5 총 4 개의 평점
개발자 Readapt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://readapt.ai/
도움말 페이지 URL https://readapt.ai/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readapt",
    "description": "Readapt by Contentsquare Foundation",
    "version": "1.8.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Readapt",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background.iife.js"
    },
    "options_page": "index.html#\/options",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.iife.js"
            ],
            "css": [
                "readapt-fonts.css",
                "readapt-styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Luciole-Bold.ttf",
                "fonts\/Luciole-Bold-Italic.ttf",
                "fonts\/Luciole-Regular.ttf",
                "fonts\/Luciole-Regular-Italic.ttf",
                "fonts\/OpenDyslexic-Bold.otf",
                "fonts\/OpenDyslexic-BoldItalic.otf",
                "fonts\/OpenDyslexic-Italic.otf",
                "fonts\/OpenDyslexic-Regular.otf",
                "scripts\/readapt-visual-engine.browser.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}