Dyslex
dyslexia aid
什么是Dyslex?
Dyslex是由patrickschloesser开发的Chrome扩展程序,该扩展的主要功能是“dyslexia aid ”。
扩展截图
下载Dyslex扩展crx文件
下载Dyslex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.
扩展基本信息
名称 | |
ID | geamcicnokmmpmmjjfjghmjienhlkkjc |
官方URL | https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc |
简介 | dyslexia aid |
文件大小 | 75.8 KB |
安装次数 | 30 |
当前版本 | 1.1 |
更新时间 | 2018-09-24 |
上架时间 | 2018-09-24 |
开发者 | patrickschloesser |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dyslex", "description": "dyslexia aid ", "version": "1.1", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" } }, "icons": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" }, "background": { "scripts": [ "content.js", "popup.js" ], "persistent": true } } |