Bionic Reading

This extension applies the Bionic Reading method to all text on a page.

Bionic Readingとは何ですか?

Bionic Readingはluis.teixeira034によって開発されたChromeの拡張機能で、その主な機能は「This extension applies the Bionic Reading method to all text on a page.」です。

拡張機能のスクリーンショット

screenshot

Bionic Reading拡張機能のCRXファイルをダウンロード

Bionic Reading拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Bionic Reading is designed to revolutionize the way you consume text online. It uses a unique method that enhances readability and comprehension by emphasizing core parts of words within the text.

The key features of Bionic Reading include:

Enhanced Comprehension: By bolding the first half of each word, Bionic Reading encourages readers to focus on the fundamental parts of each word, enhancing overall comprehension.

Reduced Eye Strain: Our method of highlighting parts of words can reduce eye strain and fatigue, making for a more comfortable reading experience.

Customized Reading Experience: With the simple click of a button, you can enable or disable Bionic Reading on any webpage you're viewing.

Privacy Focused: The processing is done entirely on your computer - we don't see or store any of the text you read.

Whether you're a student trying to power through dense academic papers, a professional navigating lengthy reports, or an avid reader exploring the vast world of online literature, Bionic Reading can make your reading experience more engaging and efficient.

Try Bionic Reading today and discover a whole new way to engage with text!                    

拡張機能の基本情報

名前 Bionic Reading Bionic Reading
ID jgggbeeolmfddegkkfcidnjeacndgakd
公式URL https://chromewebstore.google.com/detail/bionic-reading/jgggbeeolmfddegkkfcidnjeacndgakd
説明 This extension applies the Bionic Reading method to all text on a page.
ファイルサイズ 33.39 KB
インストール数 1,218
現在のバージョン 1.0
最終更新日 2023-05-16
公開日 2023-05-15
評価 3.40/5 合計 5 レビュー
開発者 luis.teixeira034
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionic Reading",
    "description": "This extension applies the Bionic Reading method to all text on a page.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}