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
}