3asyR

3asyR 3asyR helps you enjoy reading.

3asyR란 무엇입니까?

3asyR은(는) https://3asyr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "3asyR 3asyR helps you enjoy reading."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}