A browser extension that lets you quickly add memes to your GitHub pull request reviews. Available for both Chrome and Firefox browsers.
- 🖼️ Quick meme insertion in PR comments
- ⭐ Favorite your most-used memes
- 🔍 Search functionality
- 🎯 Lazy loading for better performance
- 💾 Sync favorites across devices
- ⌨️ Command-based meme insertion
- Download the latest release
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder
Open Chrome, navigate to chrome://extensions/, and enable Developer mode. They can drag and drop the .crx file onto the Extensions page. Chrome will prompt them to confirm the installation, and they should click Add Extension.
- Download the latest release
- Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
distfolder
# Install dependencies
npm install
# Start development server
npm run dev
# Build for Chrome
npm run build:chrome
# Build for Firefox
npm run build:firefox- Type a meme command (e.g.,
/acceptit) - The command will automatically be replaced with the corresponding meme
- Click the extension icon
- Search for memes using the search bar
- Star your favorite memes for quick access
- Click the copy button to copy the meme markdown
- Use the favorites filter to show only starred memes
- React
- TypeScript
- Vite
- Tailwind CSS
- Lucide Icons
MIT License - feel free to use this project for any purpose.