Bionic Viewer
This extensions replaces text on page with bionic reading.
What is Bionic Viewer?
Bionic Viewer is a Chrome extension developed by Pascal van Oostenbrugge, and its main feature is "This extensions replaces text on page with bionic reading.".
Extension Screenshots
Download Bionic Viewer Extension CRX File
Download Bionic Viewer 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
Read any website in Bionic Reading using the official bionic reading API. Support for Bionic saccade and fixation settings Add sites to the autodomain list for automatic Bionic translation
Extension Basic Information
Name | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
Official URL | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
Description | This extensions replaces text on page with bionic reading. |
File Size | 14.72 KB |
Installation Count | 15 |
Current Version | 0.0.9 |
Last Updated | 2022-05-25 |
Publish Date | 2022-05-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pascal van Oostenbrugge |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Viewer", "version": "0.0.9", "description": "This extensions replaces text on page with bionic reading.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "icons": { "16": "images\/bionicViewer-16x16px.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bionicViewer-16x16px.png", "32": "images\/bionicViewer-32x32px.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ] } |