Bionic Reader

Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.

什么是Bionic Reader?

Bionic Reader是由Naqi开发的Chrome扩展程序,该扩展的主要功能是“Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bionic Reader扩展crx文件

下载Bionic Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bionic Reader is a new way to read text in browser with ease.
This extension automatically converts webpages to the bionic reading format.                    

扩展基本信息

名称 Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
官方URL https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
简介 Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
文件大小 244 KB
安装次数 636
当前版本 1.0
更新时间 2022-06-16
上架时间 2022-06-13
评分 5.00/5 共3次评分
开发者 Naqi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_extshortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}