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
Eメール [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"
    }
}