A Chrome extension that enhances your ChatGPT experience by adding bookmark and pinned conversations feature.
- Bookmark your favorite ChatGPT conversations
- Pin your favorite ChatGPT conversations
- Easily access your bookmarked conversations through a sidebar
- Works directly on the ChatGPT web interface
- Clone this repository
- Install dependencies:
bun install - Build the extension:
bun run build - Load the unpacked extension in Chrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
builddirectory
- Go to
- Start development server:
bun run dev - Watch for changes:
bun run watch - Format code:
npm run fmt - Build and create ZIP:
npm run zip
- React
- TypeScript
- Vite
- TailwindCSS
- Chrome Extension Manifest V3