Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

什么是Dyslexia Toolbox?

Dyslexia Toolbox是由https://arnaudtilbian.com开发的Chrome扩展程序,该扩展的主要功能是“A toolkit to facilitate reading for people with dyslexia.”。

扩展截图

screenshot

下载Dyslexia Toolbox扩展crx文件

下载Dyslexia Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make reading online easier with this extension. 😇

This extension offers different options to simplify text reading :
    🔹 Use of a font made for dyslexics (Open Dyslexic)
    🔹 Use of a mask to maximize concentration on a portion of text
    🔹 Left alignment of the text

The extension can be disabled  on any page.                    

扩展基本信息

名称 Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
官方URL https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
简介 A toolkit to facilitate reading for people with dyslexia.
文件大小 60.36 KB
安装次数 822
当前版本 1.0.2
更新时间 2020-06-17
上架时间 2020-06-16
评分 4.50/5 共2次评分
开发者 https://arnaudtilbian.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.arnaudtilbian.com",
    "author": "Arnaud TILBIAN",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/fonts\/OpenDyslexic-Regular.otf",
        "\/css\/client_css_style\/opendyslexic.css",
        "\/css\/client_css_style\/alignleft.css",
        "\/css\/client_css_style\/mask.css"
    ]
}