Dyslexia Simulator

Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.

什么是Dyslexia Simulator?

Dyslexia Simulator是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.”。

下载Dyslexia Simulator扩展crx文件

下载Dyslexia Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Dyslexia Simulator Dyslexia Simulator
ID pfbbcdngibbkelcbiafcdaiddgbhhaaf
官方URL https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf
简介 Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
文件大小 34.01 KB
安装次数 35
当前版本 2.0
更新时间 2017-10-09
上架时间 2017-10-09
开发者 Unknown
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dyslexia Simulator",
    "description": "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "shuffle text"
    },
    "manifest_version": 2
}