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
公式URL 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
Eメール [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"
        }
    }
}