This is a bionic reading extension for Chrome-based browsers.
This works on any Chrome-based browser (eg Chromium, Edge, Brave, Gener8).
- Click on the green button 'Code' in the right corner
- Download as zip
- Un-zip in a folder
- Go to extensions
- Enable developer mode
- Click Load-Unpacked
- Select the whole folder with the files inside
- Changing the bolded-font color to anything you wish.
- Changing the proportion of bolded letters in a word
- Saving the current settings on a particular domain (i.e blue on github, red on stack)
- Blacklisting domains
The extension uses both cloud & local storage. The data structure is as follows.
This has 3 properties:
textColor
- how to colorise the bold parts. Chosen via HTML5 colour picker input.proportion
- the fraction of each word to bolden. Ranges from 0.1 to 0.9 in steps of 0.1.blacklist
- an array of hostnames for the extension to ignore.
The first 2, textColor
and proportion
are default values. They may get overriden by the settings
property in local storage.
This has 1 property, settings
, which is an array of key-value pairs. The values are objects with textColor
and proportion
fields while the keys are website hostnames on which to apply the corresponding settings value.