Help Me Read!

An extension to help people with dyslexia problem to read web pages easily

Help Me Read!란 무엇입니까?

Help Me Read!은(는) https://informatica.math.unipd.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help people with dyslexia problem to read web pages easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Help Me Read! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help Me Read! is a powerful tool for people with dyslexia or problem with color vision.
It allows to change the color of the text and of the background, the user can choose between a set of predefined setting, or can autonomously choose the preferred color. 
Moreover this extension also allows to enlarge every single word to help reading.                    

확장 프로그램 기본 정보

이름 Help Me Read! Help Me Read!
ID kdeafkgaagpgmdbidapennjlnmgdjekj
공식 URL https://chromewebstore.google.com/detail/help-me-read/kdeafkgaagpgmdbidapennjlnmgdjekj
설명 An extension to help people with dyslexia problem to read web pages easily
파일 크기 52.19 KB
설치 횟수 75
현재 버전 0.0.1
최근 업데이트 2019-11-15
출시 날짜 2019-11-14
개발자 https://informatica.math.unipd.it
이메일 [email protected]
결제 유형 free
지원되는 언어 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Help Me Read!",
    "version": "0.0.1",
    "manifest_version": 2,
    "author": "Rudy Berton",
    "description": "An extension to help people with dyslexia problem to read web pages easily",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Help me read!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}