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
官方URL 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"
    ]
}