You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Chrome AI Summarizer Extension
## 🧠 Overview
Chrome AI Summarizer is a browser extension that allows users to quickly summarize any selected text using AI. The goal is to help users save time by providing short, meaningful summaries directly inside the browser.
---
## ⚙️ Folder Structure
chrome-ai-summarizer/
├─ manifest.json
├─ popup.html
├─ popup.css
├─ popup.js
├─ background.js
├─ icons/
└─ README.md
---
## 🚀 How It Works
1. Select text on any webpage.
2. Click on the extension icon in Chrome.
3. The popup will appear with a **“Summarize”** button.
4. The extension sends the selected text to the AI (through background.js).
5. The summarized text is displayed in the popup.
---
## 💻 Tech Stack
- HTML, CSS, JavaScript
- Chrome Extension APIs
- (Optional) AI API integration (OpenAI, Gemini, etc.)
---
## 🧩 Setup Instructions
1. Open Chrome → `chrome://extensions/`
2. Enable **Developer mode**
3. Click **Load unpacked**
4. Select the `chrome-ai-summarizer` folder
5. Extension will appear in the Chrome toolbar 🎉
---
## 🏆 Hackathon Note
This project was created as part of a hackathon challenge to demonstrate how AI can enhance browsing experiences.
---
## 👩💻 Author
Developed by **Aasma Ubaid**
# Ai-summarizer
About
AI Summarizer – A simple Chrome extension (dummy version) that summarizes selected text using AI concepts.