Dyslexia Simulation

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

Dyslexia Simulation là gì?

Dyslexia Simulation là một tiện ích mở rộng Chrome được phát triển bởi jontonsoup4, và tính năng chính của nó là "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Dyslexia Simulation

Tải xuống các tệp mở rộng Dyslexia Simulation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
URL Chính Thức https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Mô tả This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Kích Thước Tệp 7.52 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-03-07
Ngày Phát Hành 2016-03-07
Nhà Phát Triển jontonsoup4
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}