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ファイルをダウンロード

Help Me Read!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}