A Readability Chrome Extension that shows how easy it is to read the text within a given webpage.
- Instant feedback on readability
- Works on full pages, or selected text
- Please note Google Docs are currently not supported
Currently in development. To test out the extension:
- Clone this repo
- Navigate to the repo on your machine in a terminal
- Run
npm install
(Note: Node needs to be installed for this to work) - Run
npm run watch
- Navigate to your [Chrome Extensions] page (chrome://extensions)
- Enable Developer mode by using the toggle on the top right of the page
- Click the Load unpacked button near the top left of the page
- Find and select the
build
folder in the repo you have cloned Readabilly
should now appear as a Chrome extension. Pin the extension to keep it visible at all times
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI