A simple Chrome extension that makes reading faster by highlighting the first part of each word.
This extension transforms regular text into "bionic reading" format - it bolds the beginning of each word so your eyes can scan through text more quickly. Many people find this helps them read 20-30% faster.
- Install the extension
- Click the extension icon in your browser toolbar
- Click "Enable" to turn on bionic reading for the current page
- Adjust the intensity slider to find what works best for you
- Check "Auto-apply to new pages" if you want it to work automatically
That's it! The extension will highlight text on the page to help you read faster.
- Download the extension files
- Open Chrome and go to
chrome://extensions/ - Turn on "Developer mode" in the top right corner
- Click "Load unpacked" and select the folder with the extension files
If you want to build the extension yourself:
npm install
npm run buildThe built extension will be in the dist folder.
MIT License - feel free to use and modify as you like.