A lightweight Chrome extension that enhances gsocorganizations.dev by surfacing GitHub discovery links for Google Summer of Code organizations.
- Hover over any GSoC organization card
- Automatically detects the organization page (
/organization/<slug>/) - Shows a GitHub search link for the organization
- Works with modern SPA-based websites
- No backend, fully client-side
The GSoC organization listing does not expose GitHub links directly. This extension reduces friction for students exploring open-source projects.
- JavaScript (Vanilla)
- Chrome Extension (Manifest V3)
- DOM inspection & event delegation
- Clone the repository
- Open
chrome://extensions - Enable Developer Mode
- Click Load unpacked
- Select the project folder
- Direct GitHub org detection
- GitHub stars & repo count
- Caching using
chrome.storage - Firefox support
MIT