Bionic Reader Mode

A chrome extension add Bionic-style reading to your web pages.

什麼是Bionic Reader Mode?

Bionic Reader Mode是由Luthando Mkhwanazi開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension add Bionic-style reading to your web pages.”。

擴展截圖

screenshot
screenshot
screenshot

下載Bionic Reader Mode擴展crx文件

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

擴展使用說明

                        Bionic Reader Mode is an extension that helps users read text better. It randomly bolds letters in a sentence so that users only focus on the bolded part of the word.
Such text has been argued for that is does assist with reading text a lot more better and are able understand the information.                    

擴展基本資訊

名稱 Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
官方網址 https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
簡介 A chrome extension add Bionic-style reading to your web pages.
檔案大小 20.01 KB
安裝次數 17
目前版本 1.02
更新時間 2022-10-27
上架時間 2022-10-22
開發者 Luthando Mkhwanazi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/luuh16-18/Bionic-Reader-Mode.git
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.02",
    "name": "Bionic Reader Mode",
    "description": "A chrome extension add Bionic-style reading to your web pages.",
    "action": {
        "default_title": "Bionic Reader Mode",
        "default_popup": "popup.html",
        "default_icon": "bionicreader.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}