Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Refined Github | 22,194 | 11 hours ago | 129 | mit | TypeScript | |||||
:octocat: Browser extension that simplifies the GitHub interface and adds useful features | ||||||||||
Awesome Browser Extensions For Github | 2,824 | a day ago | 4 | JavaScript | ||||||
A collection of awesome browser extensions for GitHub. | ||||||||||
Githunt | 2,512 | 9 months ago | 16 | mit | JavaScript | |||||
Hunt the most starred projects on any date on GitHub | ||||||||||
Enhanced Github | 1,904 | a month ago | 51 | mit | JavaScript | |||||
:rocket: Browser extension to display size of each file, download link and copy file contents directly to the clipboard | ||||||||||
Notifier For Github | 1,748 | 5 months ago | 9 | mit | JavaScript | |||||
Browser extension - Get notified about new GitHub notifications | ||||||||||
Github Gmail | 1,013 | 2 years ago | 1 | mit | JavaScript | |||||
[WebExtension] Open GitHub notifications with shortcuts in Gmail. | ||||||||||
Gayhub | 966 | 6 years ago | 29 | mit | JavaScript | |||||
An awesome chrome extension for github :octocat: | ||||||||||
Octohint | 923 | 2 years ago | 1 | January 19, 2017 | 10 | mit | TypeScript | |||
The missing IntelliSense hint for GitHub and GitLab | ||||||||||
Npmhub | 699 | 4 months ago | 6 | mit | Svelte | |||||
🔎 A browser extension to explore npm dependencies on GitHub repos | ||||||||||
Github Dashboard | 669 | a year ago | 3 | mit | JavaScript | |||||
[Web extension] Filter events on github.com activity dashboard. |
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 🖼!
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.
"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."storage"
, to store access token, cache user PR data."identity"
, to create an oauth request window.chrome://extensions/
Load unpacked extension...
src
folder of the unzipped folder you downloadedNow try it out!
about:debugging#/runtime/this-firefox
Load Temporary Add-on…
manifest.json
file in the src
folder you downloadedabout:addons
MIT