Bionic Reader
Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
What is Bionic Reader?
Bionic Reader is a Chrome extension developed by finanamanuel1, and its main feature is "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".
Extension Screenshots
Download Bionic Reader Extension CRX File
Download Bionic Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bionic Reader |
ID | nnckjnkomkdngelehiggcneffeoacilb |
Official URL | https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb |
Description | Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages. |
File Size | 10.83 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2023-05-09 |
Publish Date | 2023-05-08 |
Developer | finanamanuel1 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |