Better Reading

Improve reading speed dramatically with this method. Excellent for people with ADHD.

什么是Better Reading?

Better Reading是由miguelpsdev开发的Chrome扩展程序,该扩展的主要功能是“Improve reading speed dramatically with this method. Excellent for people with ADHD.”。

扩展截图

screenshot

下载Better Reading扩展crx文件

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

扩展使用说明

                        Boost your reading speed, comprehension, and focus with the Better Reading Chrome extension. This innovative tool, inspired by Bionic Reading, empowers you to read up to twice as fast without sacrificing understanding.

Better Reading strategically highlights the initial letters of words in bold, enabling your brain to automatically complete the words. This method helps you swiftly scan and digest large volumes of text, making it less overwhelming.

Ideal for students, professionals, and especially beneficial for individuals with ADHD, Better Reading reduces distractions and boosts focus. This ADHD-friendly tool aids in information retention and comprehension, helping users stay on track and absorb more from their reading.                    

扩展基本信息

名称 Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
官方URL https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
简介 Improve reading speed dramatically with this method. Excellent for people with ADHD.
文件大小 20.35 KB
安装次数 30
当前版本 0.2
更新时间 2023-05-23
上架时间 2023-05-23
评分 3.00/5 共1次评分
开发者 miguelpsdev
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Reading",
    "version": "0.2",
    "description": "Improve reading speed dramatically with this method. Excellent for people with ADHD.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}