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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}