Summify is a Chrome extension that lets you summarize any web page you visit. It uses Chrome's built-in summarization and translation APIs to provide summaries in your chosen format and language.
- Summarizes web pages directly in the browser without requiring server-side calls.
- Multi-language support using Chrome's translation API.
- Simple and intuitive interface for seamless usage.
git clone https://github.com/ketyung/summify-web-summarizer
cd summify-web-summarizer First of all run yarn to install all the required packages:
yarn Then, run the following commands to build the project:
yarn build
yarn build:css - Open Chrome or Chrome Canary.
- Go to
chrome://extensions/. - Enable Developer mode using the toggle at the top right.
- Click Load unpacked and select the folder where the repository is cloned and built (
summify-web-summarizer/dist). - The extension should now appear in your list of installed extensions.
- Once installed, you'll see the Summarize button appear on the top right corner of web pages.
- Click the button to open a popup window and choose your preferred summary type and language.
- Enjoy concise, translated summaries for any web page you visit!
Feel free to fork the repository, submit issues, or suggest new features. Contributions are always welcome!
https://devpost.com/software/summify-a-web-page-summarizer
If you'd like to explore an online hosted version of the AI Web Page Summarizer, you can check it out at https://tools.techchee.com/ai-tools/web-summarizer.
Happy Summarizing!
This project is licensed under the MIT License. See the LICENSE file for details.