Dyslexia

Help you to read fluently

什么是Dyslexia?

Dyslexia是由WangLiang开发的Chrome扩展程序,该扩展的主要功能是“Help you to read fluently”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dyslexia扩展crx文件

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

扩展使用说明

                        Help you to read fluently!
This update simplifies the operation logic:
1. Enter read mode, you just need to remember double-click the article (can be set to double-click, three-click, four-click).
2. Delete click icon and right click operation.
3. Add a blacklist, the blacklist of sites will not load the extension.                    

扩展基本信息

名称 Dyslexia Dyslexia
ID hocikkbhhnohmdfcoljccffnggiaaodl
官方URL https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl
简介 Help you to read fluently
文件大小 85.88 KB
安装次数 58
当前版本 2.0.1
更新时间 2017-03-24
上架时间 2017-03-24
评分 5.00/5 共1次评分
开发者 WangLiang
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/wl879/Chrome_Dyslexia_Extension
帮助页面URL https://github.com/wl879/Chrome_Dyslexia_Extension/issues
隐私政策页面URL http://weibo.com/p/1005052216302441/home
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "short_name": "Dyslexia",
    "description": "__MSG_desc__",
    "version": "2.0.1",
    "background": {
        "scripts": [
            "script\/sdk\/server.js",
            "script\/background\/main.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/sdk\/app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Dyslexia \u9605\u8bfb\u969c\u788d",
        "default_icon": {
            "128": "iconx256.png"
        }
    },
    "options_page": "setting.html",
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tts",
        "ttsEngine",
        "tabs"
    ],
    "default_locale": "en",
    "icons": {
        "16": "iconx16.png",
        "48": "iconx48.png",
        "128": "iconx128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "50"
}