A powerful Chrome extension that makes cookie management a breeze. Built with TypeScript, React, and Primer components.
Ever needed to copy a cookie from one tab to another? Let's Cookie makes it effortless:
- Select any cookie and apply it to any open tab
- Visual hover feedback shows you exactly which tab you're currently at
- Perfect for testing, development, and debugging
- 📋 One-click cookie value copying
- 🗑️ Quick cookie deletion
- 👁️ Real-time cookie value editing
- 🎨 Beautiful, clean UI using GitHub's Primer design system
- Clone this repository
git clone https://github.com/yourusername/lets-cookie.git
cd lets-cookie- Install dependencies
npm install- Build the extension
npm run build- Load in Chrome
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distdirectory from this project
- Run in watch mode:
npm run watch - Run tests:
npm test
- TypeScript - For type-safe code
- React - UI framework
- Primer Components - GitHub's design system
- Chrome Extension APIs - For cookie and tab management
- Click the Let's Cookie extension icon
- View and manage cookies for the current domain
- Use our signature "Apply to Tab" feature:
- Click the "Apply to Tab" button on any cookie
- Hover over target tabs to preview
- Click to apply the cookie to your chosen tab
We welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Chrome Extension TypeScript Starter
- Uses GitHub's Primer Design System