A simple Chrome extension that allows you to view, add, edit, and delete cookies for the current page.
- View all cookies for the current page
- Add new cookies
- Edit existing cookies
- Delete cookies
- Clean and intuitive UI with Tailwind CSS
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- The Cookie Editor extension icon should now appear in your Chrome toolbar
- Click the extension icon to open the popup
- View all cookies for the current page
- Click "Add Cookie" to create a new cookie
- Click "Edit" on any cookie to modify its values
- Click "Delete" to remove a cookie
The extension is built with:
- TypeScript for logic
- Tailwind CSS for styling
- Plain HTML for structure
To modify the extension:
- Make changes to the files in the
actiondirectory - Reload the extension in
chrome://extensions/ - Test your changes