Dyslens

Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.

什么是Dyslens?

Dyslens是由https://richmondcroft.com开发的Chrome扩展程序,该扩展的主要功能是“Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Dyslens扩展crx文件

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

扩展使用说明

                        Dyslens is a open source chrome extension, built and designed to make web more accessible for people who have different reading needs and suffering with dyslexia.

Features:
* Text to speech
* Text font and color custom update
* Line focus to improve readability and focus
* Overlay Tint to make reading easier on the eyes                    

扩展基本信息

名称 Dyslens Dyslens
ID mpbkfbafkpkbpmgdcgkmonpfnodgfepo
官方URL https://chromewebstore.google.com/detail/dyslens/mpbkfbafkpkbpmgdcgkmonpfnodgfepo
简介 Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.
文件大小 1.12 MB
安装次数 131
当前版本 1.0.7
更新时间 2023-03-22
上架时间 2022-10-15
评分 5.00/5 共2次评分
开发者 https://richmondcroft.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://richmondcroft.com/
帮助页面URL https://richmondcroft.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.0.7",
    "name": "Dyslens",
    "description": "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.",
    "author": "RichmondCroft",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "TextStyles.bdeafcfa.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "TextToSpeech.31c9c492.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "LineFocus.b8ce7988.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Overlay.2fff991f.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/index.css",
                "assets\/fonts\/ComicSans-Regular.ttf",
                "assets\/fonts\/OpenDyslexic-Regular.woff",
                "assets\/fonts\/OpenSans-Regular.ttf",
                "assets\/icon512.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "LineFocus.9e915bca.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "Overlay.3c6c566a.css"
            ]
        }
    ]
}