An open API service indexing awesome lists of open source software.

https://github.com/vids12/chrome-extension--highlight-saver

A Chrome extension that lets users highlight text on any webpage and save it locally. View, manage, delete, and summarize saved highlights using a clean React-based popup UI. Includes optional AI summarization via Hugging Face
https://github.com/vids12/chrome-extension--highlight-saver

ai-summarizer chrome-extension-react chrome-storage content-script huggingface javascript openai tailwindcss web-extension

Last synced: about 2 months ago
JSON representation

A Chrome extension that lets users highlight text on any webpage and save it locally. View, manage, delete, and summarize saved highlights using a clean React-based popup UI. Includes optional AI summarization via Hugging Face

Awesome Lists containing this project

README

          

# ✨ Highlight Saver Chrome Extension

A lightweight Chrome extension that allows users to highlight any text on a webpage and save it locally. Includes a modern React-based popup UI to manage saved highlights and optional AI-powered summarization using OpenAI or Hugging Face models.

---

## 🚀 Features

- ✅ Highlight any text on a webpage and save it via a custom context popup
- ✅ Store highlights persistently using `chrome.storage.local`
- ✅ View and manage highlights from the Chrome extension popup
- ✅ Delete individual or all saved highlights
- ✅ (Optional) Get quick summaries of highlights using AI
- ✅ Clean UI built with React and TailwindCSS

---

## 📦 Tech Stack

- **React.js**
- **Chrome Extensions API**
- **TailwindCSS**
- **Hugging Face Transformers**
- **Chrome Storage API (`chrome.storage.local`)**