Bionize

Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…

什麼是Bionize?

Bionize是由https://bionize.app開發的Chrome擴展程式,該擴展的主要功能是“Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bionize擴展crx文件

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

擴展使用說明

                        Bionize tries to improve your reading experience with the power of Bionic Reading.

Bionize can have a great impact on your reading speed and efficiency by helping you focus on the parts of words that matter most.

If you have trouble reading, because your focus easily drifts, or maybe because you suffer from dyslexia. Know that you are not alone. Roughly 10% of the whole population deals with reading issues on a daily basis.

Study shows that our brain can read much faster than our eyes allow, and that sometimes we find it hard to find the start of a new word or sentence. That’s why we build a very simple extension, for your browser.

The extension uses the power of bionic reading to transform any large piece of text into something some of us can scan faster, with less effort.

It’s important to note that currently there is no empirical evidence that bionic reading improves everyones reading experience. In fact, some have mentioned having more trouble reading a bionic text.

So why not try it out for yourself and see if reading becomes more enjoyable for you? We would love to hear your experience.

Thanks,
Dylan de Heer & George Popovic
Friends of Square One                    

擴展基本資訊

名稱 Bionize Bionize
ID jgkjnlnpdgmfkajglfanjkgeepkacldb
官方網址 https://chromewebstore.google.com/detail/bionize/jgkjnlnpdgmfkajglfanjkgeepkacldb
簡介 Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…
檔案大小 9.98 KB
安裝次數 3,676
目前版本 1.3.0
更新時間 2022-08-14
上架時間 2022-06-15
評分 3.36/5 共 11 次評分
開發者 https://bionize.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.bionize.app/
說明頁面URL https://0zitr0ubvu5.typeform.com/to/DLyGSj12
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionize",
    "homepage_url": "https:\/\/bionize.app",
    "version": "1.3.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style-enforcement.css"
            ],
            "js": [
                "main.js",
                "global.js",
                "textReplacement.js",
                "storage.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/state_inactive.png",
        "default_title": "Bionize"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style-enforcement.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}