Skip to content

Turn Long Reads Into Key Insights with your personal AI Reading Assistant ✨ Whether you’re browsing news, researching for work, or catching up on blogs, Instantly gives you concise summaries in seconds helping you save hours every week without missing the key details.

Notifications You must be signed in to change notification settings

parasss19/Instantly_AI_Summary

Repository files navigation

AI SUMMARIZER ✨

ext img ext img

🧠 AI Summary for Blogs and Articles - Chrome Extension

🎯 Aim:

  • To provide users with instant AI-powered summaries of any webpage content in various formats — brief, detailed, or bullet-point — directly from the Chrome toolbar.

🥅 Goals:

  • 🧠 Help users digest large articles in seconds.
  • ⚡ Eliminate the need to read full content for key insights.
  • 🔒 Let users use their own Gemini API key for full control and privacy.
  • 📚 Provide customizable summary formats to suit every reader.

🚀 Features

  • 🔍 One-click summarization of any webpage content

  • 📝 Choose summary type: Brief, Detailed, or Bullet Points

  • 🔐 API key stored securely via Chrome Storage

  • 🧩 Simple Options Page to set your Gemini API key

  • 📋 Copy summary to clipboard

  • ✨ Auto-scroll output area with rich formatting support via markdown


🧑‍💻 Tech Stack

Tech Description
React Modern Frontend library
Vite Build Tool
Tailwind Css For Styling
Gemini Pro API For AI summaries
Chrome's storage.sync for saving API keys

Note: If you are new to open source contributions, you can refer to this guide by GitHub.


📁 Folder Structure

AI Chrome Extension
├── public
│   ├── icon.png
│   ├── ai.png
│   ├── manifest.json
│   └── scripts
│       ├── background.js
│       └── content.js      
├── src
│   ├── options 
│   │   └── Options.jsx
│   ├── popup
│   │   └── Popup.jsx
│   ├── App.css
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx 
├── .gitignore
├── index.html
├── package.json
├── package-lock.json
├── README.md
└── vite.config.js

Installation

  1. Clone the repository
   git clone https://github.com/yourusername/AI-summarizer-Extension.git
   cd AI-summarizer-Extension
  1. Install dependencies:

    npm install
  2. Build the extension

    npm run build

This generates a dist/ folder with the compiled extension.

  1. Load it into Chrome
  • Open Chrome and go to chrome://extensions
  • Enable Developer Mode
  • Click "Load unpacked"
  • Select the dist/ folder

📜 License

This project is licensed under the MIT License.

🤠 Project Admin

(Back to top)

About

Turn Long Reads Into Key Insights with your personal AI Reading Assistant ✨ Whether you’re browsing news, researching for work, or catching up on blogs, Instantly gives you concise summaries in seconds helping you save hours every week without missing the key details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published