All Projects → hzoo → Contributors On Github

hzoo / Contributors On Github

Licence: mit
🌵 Show stats about contributors on github

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Contributors On Github

Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+4106.14%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, github-extension
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (+221.99%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, github-extension
Npmhub
🔎 A browser extension to explore npm dependencies on GitHub repos
Stars: ✭ 542 (+38.62%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, github-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-10.23%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Memex
Browser Extension to full-text search your browsing history & bookmarks.
Stars: ✭ 3,344 (+755.24%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Dictionaries
One dictionary to rule them all -- a browser extension to help you learn languages
Stars: ✭ 134 (-65.73%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+323.27%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Awesome Browser Extensions For Github
A collection of awesome browser extensions for GitHub.
Stars: ✭ 2,255 (+476.73%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Rsshub Radar
🍰 Browser extension that simplifies finding and subscribing RSS and RSSHub
Stars: ✭ 2,388 (+510.74%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+688.49%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (+43.22%)
Mutual labels:  pull-requests, chrome-extension, firefox-addon
Squashed Merge Message
Use Pull Request description as Squashed and Merged commit messages.
Stars: ✭ 34 (-91.3%)
Mutual labels:  pull-requests, browser-extension, github-extension
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+392.58%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+317.39%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-64.71%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-66.5%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-58.57%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
follows-you-github
A simple browser extension that shows a label to indicate that some user follows you on GitHub
Stars: ✭ 25 (-93.61%)
Mutual labels:  firefox-addon, github-extension, browser-extension
Github Vscode Icons
📦 vscode-icons for github, nearly 1000 file/folder icons
Stars: ✭ 113 (-71.1%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (-68.8%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension

Contributors on Github

The original idea was to show if it's a contributors first PR on the pull request page such as https://github.com/babel/babel/pull/3283.

Much thanks to @Pocket-titan and @djrosenbaum for working on the logo 🖼!


Install

Chrome also compatible with Edge Opera

Firefox


Usage

You can start from any page on github.com and when you navigate to a specific issue/pull request (such as https://github.com/babel/babel/pull/3331), it will inject information inline (like the # of PRs a user has made to that specific repo).

You can click on 🔄 to update the data if it has changed (it is cached in chrome storage).

If necessary, you may want to create or get a "access token" that uses the public_repo permission if you want to use a 30/min rate limit instead of 10/min.

If you want to use this on private repos then you'll need to add the repo permission instead. I would recommend installing locally for this.

options

Permissions

  • "https://github.com/*/*": to be able to inject data into github
    • The content script was matching "https://github.com/*/*/pull/* which is correct, but if you start from the hompage, then the script won't ever be injected since github is using pushState to change urls. Now it will match https://github.com and then check for the specific url.
  • "https://api.github.com/*": to fetch issue/pr data
  • "storage", to store access token, cache user PR data.
  • "identity", to create an oauth request window.

Local Install (Chrome)

  • Download the zip, and unzip it
local install instructions
  • Go to chrome://extensions/
  • Click on Load unpacked extension...
  • Select the src folder of the unzipped folder you downloaded

Now try it out!

Local Install (Firefox)

  • Go to about:debugging#/runtime/this-firefox
  • Click on Load Temporary Add-on…
  • Select the manifest.json file in the src folder you downloaded
  • You're done! It should also show up in about:addons

Related


License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].