Dyslexia Simulation

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

什么是Dyslexia Simulation?

Dyslexia Simulation是由jontonsoup4开发的Chrome扩展程序,该扩展的主要功能是“This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.”。

扩展截图

下载Dyslexia Simulation扩展crx文件

下载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"
    }
}