A Chrome extension to summarize any web page, easily, effectively and enjoyably!
This repository includes the frontend chrome extension. The backend can be found at https://github.com/jent-ly/summarizer_server.
npm install
to install the necessary dependenciesnpm run build
to generate a production package- In the
chrome://extensions
page in the browser, click "Load unpacked" button and select thebuild
directory that was generated by the previous command.
See CONTRIBUTING.md for contribution information.