/how-long-to-read

A Firefox extension to give users an estimate of how long it would take to read web pages

Primary LanguageJavaScriptISC LicenseISC

How Long to Read

A Firefox extension to give users an estimate of how long it would take to read web pages.

Development

This extension is built using node and npm. Make sure they are installed before proceeding. Install the required modules with npm install, build the extension with npm run build, or npm run watch to rebuilt it on every file change. See the package.json file for more actions.