Dyslexia
Help people with dyslexia
什么是Dyslexia?
Dyslexia是由pirecnikboris开发的Chrome扩展程序,该扩展的主要功能是“Help people with dyslexia”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } } |