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
官方URL 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": [
                ""
            ]
        }
    ]
}