This Chrome extension allows users to quickly summarize text by pasting it into the extension window. The summarized text is generated using a server-side Python application built with Flask and NLTK.
- Summarize text from any web page or from user input.
- Clean and user-friendly interface.
-
Paste Text: Paste the text you want to summarize into the input area of the extension window.
-
Click "Summarize": Click the "Summarize" button to generate the summary.
-
View Summary: The summarized text will be displayed below the input area.
To use this extension:
- Clone this repository.
- Open Google Chrome and go to
chrome://extensions/
. - Enable "Developer mode".
- Click on "Load unpacked" and select the directory of the cloned repository.
- The extension will be installed and visible in your Chrome toolbar.
- Flask: Server-side application for text summarization.
- NLTK: Used for text processing and summarization.
- HTML/CSS/JavaScript: User interface for the Chrome extension.
- Chrome Extension API: Interacts with the Chrome browser.
Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.
For inquiries or feedback regarding the server-side Python code, please contact (mailto:ijaytelgote@gmail.com).