A free, Chrome extension that lets you track issues and pull requests in your favorite GitHub repositories.
Repository Tracker lets you add your favorite GitHub repositories, and then tracks pull requests and issues that occurred in the last day. You can optionally receive popup notifications to let you know when someone files a new issue or pull request in one of the repositories you track.
If you would like to try this extension, please download it for free from the Chrome store here.
GitHub limits the number of API requests this extension can make to its API. Additionally, you may wish to track your team's private repositories. For these reasons, we recommend getting your own GitHub API key with repository level access following these steps from GitHub.
After generating your own API key, you can open Repository Tracker, click the Options icon to go to the Options Page, paste the API key, and save other preferences.
If you would prefer to build this chrome extension from source instead of downloading it from the chrome store, then please follow these steps:
- Clone this repository.
- Run
npm install
- After installation, use
npm run build
. This should produce adist
folder. - In your Chrome browser, navigate to
chrome://extensions/
. - Click on the "Load unpacked" button, which is usually on the top left side of the screen.
- Select the
dist
folder.
Please feel free to file an issue with your feedback.