A browser extension that displays a summary of all reactions on GitHub Issues, Pull Requests, and Discussions in the sidebar for quick navigation.
- Reaction Summary — See all reactions at a glance in the sidebar
- Quick Navigation — Click on any reaction row to jump directly to that comment
- Multi-Page Support:
- Issues (React-based UI)
- Pull Requests (classic UI)
- Discussions (with upvotes support)
- Live Updates — Automatically refreshes when new comments are loaded
- Color-Coded Pills — Each emoji type has its own color for easy identification
- Download the latest release from GitHub Releases
chrome.zipfor Chrome/Chromium browsersfirefox.zipfor Firefox
- Extract the zip file to a folder
- Open Chrome Extensions (
chrome://extensions) - Enable Developer mode
- Click Load unpacked
- Select the extracted folder
- Go to Settings → Extensions & Themes
- Click the gear icon and select Debug Add-ons
- Click Load Temporary Add-on...
- Select the
manifest.jsonfile from the extracted folder
Note: Firefox temporary add-ons are removed when the browser is closed. For permanent installation, sign the extension through Mozilla Add-ons.
- Navigate to any GitHub Issue, Pull Request, or Discussion
- Look for the reactions panel in the sidebar (appears below the issue metadata)
- Click on any row to jump to that comment
# Install dependencies
pnpm install
# Build the extension
pnpm build
# Build with watch mode
pnpm dev
# Lint and format
pnpm lintThe built extension will be in the dist/ folder.