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
官方網址 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"
}