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
官方網址 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": [
                ""
            ]
        }
    ]
}