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
官方網址 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"
            ]
        }
    ]
}