Easy Bold Reader

Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!

什麼是Easy Bold Reader?

Easy Bold Reader是由owenkleinmaier開發的Chrome擴展程式,該擴展的主要功能是“Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!”。

擴展截圖

screenshot
screenshot

下載Easy Bold Reader擴展crx文件

下載Easy Bold Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Easy Bold Reader extension is designed to enhance the readability and accessibility of online content such as articles using the Easy Bold method. This method involves bolding the first half of words which has been scientifically proven to help the brain both read faster and comprehend better. This extension works on almost every website.

This extension is helpful for people that have trouble reading articles or large paragraphs in general, and can even help some people who struggle with reading due to ADHD.

All the user needs to do is toggle the "Enable" switch in the extension popup and refresh the page to enjoy the benefits of Easy Bold.

*Expansion to work on PDF's is in the works.*                    

擴展基本資訊

名稱 Easy Bold Reader Easy Bold Reader
ID oakpjlnlggmfdmdllhpdnbekgikjjaaj
官方網址 https://chromewebstore.google.com/detail/easy-bold-reader/oakpjlnlggmfdmdllhpdnbekgikjjaaj
簡介 Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!
檔案大小 20.13 KB
安裝次數 102
目前版本 0.5
更新時間 2023-10-26
上架時間 2023-10-26
評分 5.00/5 共 1 次評分
開發者 owenkleinmaier
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Bold Reader",
    "description": "Helps You Read Easier and Faster with the Scientifically Proven Hyper Bold Method!",
    "version": "0.5",
    "icons": {
        "16": "16-icon.png",
        "32": "32-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}