Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

Dyslexia Toolboxคืออะไร?

Dyslexia Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arnaudtilbian.com และคุณลักษณะหลักของมันคือ "A toolkit to facilitate reading for people with dyslexia."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyslexia Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย Dyslexia Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make reading online easier with this extension. 😇

This extension offers different options to simplify text reading :
    🔹 Use of a font made for dyslexics (Open Dyslexic)
    🔹 Use of a mask to maximize concentration on a portion of text
    🔹 Left alignment of the text

The extension can be disabled  on any page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
คำอธิบาย A toolkit to facilitate reading for people with dyslexia.
ขนาดไฟล์ 60.36 KB
จำนวนการติดตั้ง 822
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-06-17
วันที่เผยแพร่ 2020-06-16
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://arnaudtilbian.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.arnaudtilbian.com",
    "author": "Arnaud TILBIAN",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/fonts\/OpenDyslexic-Regular.otf",
        "\/css\/client_css_style\/opendyslexic.css",
        "\/css\/client_css_style\/alignleft.css",
        "\/css\/client_css_style\/mask.css"
    ]
}