A simple browser extension using Bionic Reading API, provided by RapidAPI.
🚧 👷 Currently in the early stages of development 👷 🚧
Note
Extension performance is dependent on the Bionic Reading API.
- Convert entire webpage use the URL (webpages may not keep their original formatting)
- Convert each paragraph on the page to Bionic format
- Convert selected text only to Bionic format
- Have a RapidAPI account,
- Subscribed to Bionic Reading API.
- Navigate to the releases page of the github repository.
- Find the release you wish to download, or download the most recent release version.
- Expand the 'Assets' section and download the 'Source code (zip)'.
- Unzip the file and you should have a folder named
bionic-speed-reader-browser-extension-*.*.*
. - In Chrome / Brave / Edge go to the following page (
brave://extensions
/chrome://extensions
/edge://extensions
). - On the extension page, enable developer mode.
- Click on "Load unpacked" locate the
bionic-speed-reader-browser-extension-*.*.*
folder and open it.
- On your browsers extension page, click 'Details' on Bionic Speed Reader Browser Extension.
- Next click 'Extension options'.
- Enter your RapidAPI Key that is subscribed to the Bionic Reading API.
- You can change your fixation (default: 1) and saccade (default: 10).
- If you want to preview your changes, click 'Save' first, then 'Preview' button.
- Highlight text on a page and right click and select 'Bionic Speed Reading convert text ...'
- Alternately, not selecting any text, right click the page and select 'Bionic Speed Reading convert page'
This extension uses your browsers local storage meaning, the API key is stored locally on your machine and it is only used when making a request to RapidAPI. Removing the extension from your browser also means that this data is removed.
Documentation of using RapidAPI can be found here.
Brave |
Chrome |
Edge |
---|---|---|
V1.38.119 | V101.0.4951.67 | V101.0.1210.53 |
- Add styling to extensions HTML pages,
- Use a pop-up for the API response, rather than opening in a new tab,
- Better error handling, e.g. inform the user if they have reached their request limit for the day.
- Tidy-up the code 😅
This project is not affiliated with Bionic Reading (BR®). All trademarks are the property of their respective owners.
For more information on Bionic Reading and how it works, please see: https://bionic-reading.com/about/. Additionally, you can find the official Chrome extension here.