Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

什麼是Bionic Reader - ADHD Aid For Reading?

Bionic Reader - ADHD Aid For Reading是由kameikristen開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that makes text on web pages easier to read using bionic reading techniques.”。

擴展截圖

screenshot

下載Bionic Reader - ADHD Aid For Reading擴展crx文件

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

擴展使用說明

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

擴展基本資訊

名稱 Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
官方網址 https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
簡介 A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
檔案大小 8.76 KB
安裝次數 65
目前版本 2.0
更新時間 2024-01-24
上架時間 2023-04-21
開發者 kameikristen
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}