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
Eメール [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"
            ]
        }
    ]
}