Dyslexia Simulation

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

Apa itu Dyslexia Simulation?

Dyslexia Simulation adalah ekstensi Chrome yang dikembangkan oleh jontonsoup4, dan fitur utamanya adalah "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Dyslexia Simulation

Unduh file ekstensi Dyslexia Simulation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
URL Resmi https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Deskripsi This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Ukuran File 7.52 KB
Jumlah Instalasi 163
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-03-07
Tanggal Publikasi 2016-03-07
Pengembang jontonsoup4
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}