Bionic Reader
Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
什么是Bionic Reader?
Bionic Reader是由finanamanuel1开发的Chrome扩展程序,该扩展的主要功能是“Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.”。
扩展截图
下载Bionic Reader扩展crx文件
下载Bionic Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.
扩展基本信息
名称 | Bionic Reader |
ID | nnckjnkomkdngelehiggcneffeoacilb |
官方URL | https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb |
简介 | Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages. |
文件大小 | 10.83 KB |
安装次数 | 43 |
当前版本 | 1.0 |
更新时间 | 2023-05-09 |
上架时间 | 2023-05-08 |
开发者 | finanamanuel1 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Reader", "version": "1.0", "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } } } |