A Chrome extension for browsing GitHub trending repositories with filters for programming language and time range.
- Browse trending repositories on GitHub
- Filter by programming language (JavaScript, Python, TypeScript, Go, Rust, etc.)
- Filter by time range (Today, This Week, This Month)
- View repository details: stars, forks, description, contributors
- Click to open repositories in new tabs
- Install dependencies:
make install- Build the extension:
make build- Run the development server:
make dev- Load the extension in Chrome:
- Open
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder
- Open
make build- Vue 3 + TypeScript
- Vite
- Tailwind CSS
- Chrome Extension Manifest V3


