Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Dyslexia Aidคืออะไร?

Dyslexia Aid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nathancorbyn.com และคุณลักษณะหลักของมันคือ "Color filter that can be applied to any web page to aid in reading"

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

screenshot
screenshot

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

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

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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

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

ชื่อ Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
คำอธิบาย Color filter that can be applied to any web page to aid in reading
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2016-02-12
วันที่เผยแพร่ 2016-02-12
คะแนน 2.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://nathancorbyn.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}