A Chrome extension for managing code snippets with a modern UI built using Vite, React, and shadcn/ui.
- Create, edit, and delete code snippets
- Organize snippets by categories
- Add tags to snippets for better organization
- Copy snippets to clipboard with one click
- Modern and responsive UI
- Dark mode support
- Clone this repository
- Install dependencies:
npm install
- Start development server:
npm run dev
- Build the extension:
npm run build
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distdirectory
- Open Chrome and navigate to
- Click the extension icon in Chrome
- Use the "New Snippet" tab to create a new code snippet:
- Enter a title
- Paste or type your code
- Select a language
- Choose a category
- Add tags (comma-separated)
- View your snippets in the "My Snippets" tab
- Use the copy button to copy snippets to clipboard
- Delete unwanted snippets using the delete button
- Vite
- React
- TypeScript
- shadcn/ui
- Tailwind CSS
- Chrome Extension API