Readable - dyslexia helper

Dyslexia helper extension

什么是Readable - dyslexia helper?

Readable - dyslexia helper是由https://readablelabs.com开发的Chrome扩展程序,该扩展的主要功能是“Dyslexia helper extension”。

扩展截图

screenshot
screenshot

下载Readable - dyslexia helper扩展crx文件

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

扩展使用说明

                        This extension is fantastic! It splits up the words in most parts of the internet to help people with Dyslexia learn to read.
Just click on “Add to Chrome” and start browsing and see how it changes your life!
Help with reading, ADHD, better than text to speech, or speech to text!                    

扩展基本信息

名称 Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
官方URL https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
简介 Dyslexia helper extension
文件大小 302 KB
安装次数 487
当前版本 1.3.2
更新时间 2023-01-10
上架时间 2022-04-08
评分 5.00/5 共5次评分
开发者 https://readablelabs.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://readablelabs.com/
隐私政策页面URL http://presentation.readablelabs.com/Ee2
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readable - dyslexia helper",
    "version": "1.3.2",
    "description": "Dyslexia helper extension",
    "author": "Readable Labs",
    "icons": {
        "16": "icons\/readable-icon-16.png",
        "32": "icons\/readable-icon-32.png",
        "48": "icons\/readable-icon-48.png",
        "128": "icons\/readable-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Readable",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "readableDomMenu.css"
            ],
            "js": [
                "contentScript.js",
                "browser-polyfill.js",
                "readableDomMenu.js"
            ]
        }
    ]
}