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
Eメール [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": [
                ""
            ]
        }
    ]
}