- Notifications
You must be signed in to change notification settings - Fork20
🌵 Show stats about contributors on github
License
NotificationsYou must be signed in to change notification settings
hzoo/contributors-on-github
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A browser extension that shows contributor information on GitHub pull requests, including whether it's a user's first contribution.
- Shows the number of Issues/PRs a user has made to a specific repository, org, account
Displays "First-time contributor" badge for new contributorsGitHub does this now!- Works on any GitHub page with pull requests or issues
- Data is cached for better performance
- Clone ordownload this repository
- Go to
chrome://extensions/ - Enable "Developer mode" in the top-right corner
- Click "Load unpacked"
- Select the
srcfolder from this repository
- Clone or download this repository
- Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on…"
- Select the
manifest.jsonfile in thesrcfolder
Once installed, the extension works automatically when you visit GitHub pull requests or issues. It injects contributor information inline, showing the number of PRs a user has made to that specific repository.
You can click on🔄 to refresh the data if needed (data is cached in browser storage).
- Without auth: 60 req/hr
- With auth: 5k req/hr
- Create a token atGitHub Settings > Developer settings > Personal access tokens
- For public repos: Select the
public_repopermission - For private repos: Select the
repopermission - Copy/paste token in the options
github.com/*/*: Allows extension to inject data into GitHub pagesapi.github.com/*: Fetch issue/PR data from GitHub's APIstorage: Stores your access token and caches user PR data
MIT
About
🌵 Show stats about contributors on github
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.





