Bionic Reader

Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.

什麼是Bionic Reader?

Bionic Reader是由finanamanuel1開發的Chrome擴展程式,該擴展的主要功能是“Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.”。

擴展截圖

screenshot
screenshot

下載Bionic Reader擴展crx文件

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

擴展使用說明

                        Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.                    

擴展基本資訊

名稱 Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
官方網址 https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
簡介 Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
檔案大小 10.83 KB
安裝次數 43
目前版本 1.0
更新時間 2023-05-09
上架時間 2023-05-08
開發者 finanamanuel1
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionic Reader",
    "version": "1.0",
    "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    }
}