{"id":13475705,"url":"https://github.com/hzoo/contributors-on-github","last_synced_at":"2025-05-15T20:02:41.850Z","repository":{"id":45741746,"uuid":"52763048","full_name":"hzoo/contributors-on-github","owner":"hzoo","description":":cactus: Show stats about contributors on github","archived":false,"fork":false,"pushed_at":"2025-04-17T18:32:05.000Z","size":1283,"stargazers_count":477,"open_issues_count":6,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T02:12:51.770Z","etag":null,"topics":["browser-extension","chrome-extension","firefox-addon","github","github-extension","issues","pull-requests"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/contributors-on-github/cjbacdldhllelehomkmlniifaojgaeph","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hzoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-02-29T04:04:37.000Z","updated_at":"2025-04-17T18:32:09.000Z","dependencies_parsed_at":"2025-04-11T23:14:31.656Z","dependency_job_id":"9f4f06a7-44c0-40ad-94fa-8aaca334a12d","html_url":"https://github.com/hzoo/contributors-on-github","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzoo%2Fcontributors-on-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzoo%2Fcontributors-on-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzoo%2Fcontributors-on-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzoo%2Fcontributors-on-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hzoo","download_url":"https://codeload.github.com/hzoo/contributors-on-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414477,"owners_count":22067270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","firefox-addon","github","github-extension","issues","pull-requests"],"created_at":"2024-07-31T16:01:22.776Z","updated_at":"2025-05-15T20:02:40.243Z","avatar_url":"https://github.com/hzoo.png","language":"TypeScript","readme":"# Contributors on Github\n\nA browser extension that shows contributor information on GitHub pull requests, including whether it's a user's first contribution.\n\n![](pr.gif)\n\n### Download\n\n[link-chrome]: https://chrome.google.com/webstore/detail/github-contributor-stats/cjbacdldhllelehomkmlniifaojgaeph?hl=en 'Version published on Chrome Web Store'\n[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/contributor-on-github/ 'Version published on Mozilla Add-ons'\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_128x128.png\" width=\"48\" alt=\"Chrome\" valign=\"middle\"\u003e][link-chrome] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/chrome-web-store/v/cjbacdldhllelehomkmlniifaojgaeph.svg?label=%20\"\u003e][link-chrome] also compatible with [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png\" width=\"24\" alt=\"Edge\" valign=\"middle\"\u003e][link-chrome] [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png\" width=\"24\" alt=\"Opera\" valign=\"middle\"\u003e][link-chrome]\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_128x128.png\" width=\"48\" alt=\"Firefox\" valign=\"middle\"\u003e][link-firefox] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/amo/v/contributor-on-github.svg?label=%20\"\u003e][link-firefox]\n\n\n## Features\n\n- [x] Shows the number of Issues/PRs a user has made to a specific repository, org, account\n- [x] ~~Displays \"First-time contributor\" badge for new contributors~~ GitHub does this now!\n- Works on any GitHub page with pull requests or issues\n- Data is cached for better performance\n\n### Local Installation\n\n#### Chrome/Edge/Brave/Opera\n\n1. Clone or [download](https://github.com/hzoo/contributors-on-github/archive/refs/heads/master.zip) this repository\n2. Go to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top-right corner\n4. Click \"Load unpacked\"\n5. Select the `src` folder from this repository\n\n#### Firefox\n\n1. Clone or download this repository\n2. Go to `about:debugging#/runtime/this-firefox`\n3. Click \"Load Temporary Add-on…\"\n4. Select the `manifest.json` file in the `src` folder\n\n## Usage\n\nOnce 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.\n\n[![](pr.png)](https://github.com/jscs-dev/node-jscs/pull/2180)\n\nYou can click on `🔄` to refresh the data if needed (data is cached in browser storage).\n\n### GitHub API Rate Limits\n\n- Without auth: 60 req/hr\n- With auth: 5k req/hr\n\n1. Create a token at [GitHub Settings \u003e Developer settings \u003e Personal access tokens](https://github.com/settings/tokens)\n2. For public repos: Select the `public_repo` permission\n3. For private repos: Select the `repo` permission\n4. Copy/paste token in the options\n\n## Permissions\n\n- `github.com/*/*`: Allows extension to inject data into GitHub pages\n- `api.github.com/*`: Fetch issue/PR data from GitHub's API\n- `storage`: Stores your access token and caches user PR data\n\n## Related Projects\n\n- [Awesome browser extensions for GitHub](https://github.com/stefanbuck/awesome-browser-extensions-for-github)\n- [Refined GitHub](https://github.com/sindresorhus/refined-github/)\n\n## License\n\nMIT\n","funding_links":[],"categories":["TypeScript","JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzoo%2Fcontributors-on-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhzoo%2Fcontributors-on-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzoo%2Fcontributors-on-github/lists"}