Help Me Read!

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

Help Me Read!คืออะไร?

Help Me Read! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://informatica.math.unipd.it และคุณลักษณะหลักของมันคือ "An extension to help people with dyslexia problem to read web pages easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Help Me Read!

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง