Dyslexia Simulation

This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.

Dyslexia Simulationคืออะไร?

Dyslexia Simulation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jontonsoup4 และคุณลักษณะหลักของมันคือ "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet."

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

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

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

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

                        This extension allows you to experience what a dyslexic person might experience while browsing the internet. With a click of the simulation button, the words on a page will start shifting around, becoming significantly more difficult to read. By pressing the button again, the words will cease their movement and the page will be returned to its original state.                    

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

ชื่อ Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
คำอธิบาย This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
ขนาดไฟล์ 7.52 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-03-07
วันที่เผยแพร่ 2016-03-07
ผู้พัฒนา jontonsoup4
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Simulation",
    "description": "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}