A Chrome extension that enhances your GitHub repository search experience by displaying repository information directly in search results.
- ⚛️ React - UI development
- 🎨 Tailwind CSS - Styling
- 🧩 Plasmo - Extension framework
- 📦 TypeScript - Type safety
- 🔧 Chrome Extension Manifest V3 - Extension architecture
- 🔍 Shows repository information in Google search results
- ⭐️ Displays stars and forks count
- 📝 Shows primary programming language
- ⚖️ Displays repository license
- 🕒 Shows last update time
- 🌓 Supports dark mode
- 🔒 Privacy focused - no data collection
- 🔄 Support for more search engines:
- Bing
- DuckDuckGo
- Baidu
- More to come...
- Visit GitHub Repo Radar on Chrome Web Store
- Click "Add to Chrome" to install
- Clone this repository
- Run
pnpm install && pnpm build
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
build/chrome-mv3-dev
folder
This extension is built with Plasmo.
- Node.js (v16 or higher)
- pnpm (recommended) or npm
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Package for distribution
pnpm package
The development build will be in build/chrome-mv3-dev
.
This extension is designed with privacy in mind:
- No data collection
- No external servers
- All processing happens locally
- Minimal permissions required
Read our full Privacy Policy.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see the LICENSE file for details.
- Built with Plasmo Framework
- Badges provided by Shields.io