Dyslexia

Help people with dyslexia

Dyslexiaとは何ですか?

Dyslexiaはpirecnikborisによって開発されたChromeの拡張機能で、その主な機能は「Help people with dyslexia」です。

拡張機能のスクリーンショット

screenshot

Dyslexia拡張機能のCRXファイルをダウンロード

Dyslexia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An online extension that can change the look of websites and made them friendly for dyslectic people. With it, we can change the color, size, and type of font.                    

拡張機能の基本情報

名前 Dyslexia Dyslexia
ID hjpabbdnmkdifemnikbiecgkgnjipofj
公式URL https://chromewebstore.google.com/detail/dyslexia/hjpabbdnmkdifemnikbiecgkgnjipofj
説明 Help people with dyslexia
ファイルサイズ 41.8 KB
インストール数 31
現在のバージョン 2.1
最終更新日 2017-11-15
公開日 2017-11-15
開発者 pirecnikboris
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.dislect.com/email.php
対応言語 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "mainscript.js",
                "Scripts\/saveSettings.js",
                "Scripts\/changeSettings.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'sha256-fcodUNsBEAYn1w9x6CH4qRgOHbDiUINvuu0h+dMrkyk=' 'sha256-8\/svmQ1a6mVw7Z51b\/Kk+TSoOGFnIvAwrib+eBAAink='",
    "description": "Help people with dyslexia",
    "icons": {
        "16": "Images\/icon19.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt0iRIpMRGy1gDXuFe4dc9WsXt4veasbu0tLG5Ub8aKGG3lTzTKjPH4a3n9HtqOB77llIWdNVmhVB8baz3NSI1u7Ti26hc9KbRGiBcOlfg7s50onLh5tz+CjetmSY7hcekHOtGkYaB66FblndzFnJIvnHL5jFNAFVshncsUxVjT2fOWrM6KLtO2P2UXvqj4k9fshLOBzAVdYCA9XwtbQcxtUMcgUO5eRZo6JmG3J3aXVHkLQDEizq9tM45CR\/qdCXBcaKSRgBt1v0vhdWtwzNWUtLdNJDw7LFwcWuRvaWmQbI+eDwiP++oasz01W4J3p6TgxCGZ\/ACMvfOpvvlPp7YwIDAQAB",
    "manifest_version": 2,
    "name": "Dyslexia",
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "background": {
        "scripts": [
            "Scripts\/background.js"
        ],
        "persistent": false
    }
}