🚀 Transform any webpage into a concise, intelligent summary with just one click! Powered by Google's Gemini Pro AI.
TabSum AI is a powerful Chrome extension that uses artificial intelligence to generate smart summaries of web content. Perfect for researchers, students, professionals, and anyone who wants to quickly grasp the essence of any webpage.
🎯 Install from Chrome Web Store | 📖 Read Documentation | 🤝 Contribute
- 🤖 AI-Powered Summarization: Generate concise, intelligent summaries using Google's Gemini Pro API
- 📊 Multiple Summary Lengths: Choose between short (TL;DR), medium, or detailed summaries
- 🎯 Key Points Extraction: Automatically identifies and highlights main takeaways
- 📱 Easy Sharing: Share summaries directly to:
- Telegram
- 🌓 Dark/Light Theme: Supports both dark and light modes with system preference detection
- 🎨 Clean UI: Modern, minimalist interface with Inter font
Here's how TabSum AI looks in action:
Since this extension is not on the Chrome Web Store, you can install it directly from GitHub:
-
Download the Extension
- Click the green "Code" button above
- Select "Download ZIP"
- Extract the ZIP file to a folder on your computer
-
Install in Chrome
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the extracted folder
- Open Chrome and go to
-
Configure the Extension
- Create a
config.js
file in the extension directory - Add your Gemini Pro API key:
const config = { apiKey: 'YOUR_GEMINI_PRO_API_KEY' };
- Get your API key from Google AI Studio
- Create a
-
Verify Installation
- Look for the TabSum AI icon in your Chrome toolbar
- Click it to start summarizing web pages!
Note: When installing from GitHub, Chrome may show a warning about developer mode extensions. This is normal for locally installed extensions.
- Visit TabSum AI on Chrome Web Store
- Click "Add to Chrome"
- Click the TabSum AI icon in your extensions bar
- Start summarizing!
- Clone the repository:
git clone https://github.com/MarsX-2002/tabsum-ai.git
- Create a
config.js
file with your Gemini Pro API key - Load in Chrome:
- Navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the project directory
- Navigate to
- ⚡ Chrome Extension Manifest V3
- 🤖 Google's Generative Language API (Gemini Pro)
- 📱 Modern ES6+ JavaScript
- 🎨 CSS Variables for theming
- 🔒 Secure API key management
- API key stored securely in separate config file
- Minimal permissions requested
- No sensitive data retention
- Secure message passing between components
We love your input! Check out our Contributing Guidelines to get started.
MIT License - See LICENSE file for details
chrome-extension
, ai-summarizer
, gemini-pro
, web-content
, text-summarization
, productivity-tool
, content-analysis
, browser-extension
, javascript
, ai-powered
, web-tools
Made with ❤️ by MarsX-2002