A modern, lightweight Chrome extension built with React + Tailwind and the Chrome Extensions API.
Automatically captures copied text, links, and code snippets across all browser tabs — with pinning, search, and clean UI.
-
Automatic Clipboard Capture
Detects copied text from any active tab and stores it locally (refreshes daily). -
Pin & Manage Items
Pin important snippets for quick access and delete or clear all with one click. -
Smart Categorization
Automatically detects text, URLs, and code snippets. -
Modern UI
Built with React + Tailwind CSS, optimized for Chrome popup layout — fast, smooth, and responsive. -
Local Storage (No Login Needed)
All your clipboard history stays on your device using Chrome’s local storage.
- Frontend: React
- Styling: Tailwind CSS
- Extension API: Chrome Extensions Manifest V3
- Storage: Chrome Local Storage
git clone https://github.com/saadii007/Smart-Clipboard-Manager.git
cd smart-clipboard/popupnpm installnpm run build