See graphql_express_server tags to see which versions are compatible.
"*://*.github.com/*"- for running ongithub.comdomain.storage- for storing GitHub access token on your local system. GitHub Access token is required for private repos and for handling API rate-limiting issues.webRequest- to support GitHub being a single-page-application now. Read this detailed blog.webNavigation- to support GitHub being a single-page-application now. Read this detailed blog.
Since this extension fetches data using GitHub public v3 API for showing file size and download_url, it consumes free quota which is very less GitHub API Rate Limiting.
To tackle this, create a new GitHub Access Token.
-
If logged-in, visit https://github.com/settings/tokens
-
Generate a new token, select
reposcope and create a one. -
Copy and store the generated token which looks something like:
17c1a8d5b399d66b6212382d98d4c67a94d58955(a fake one :P). -
Click on extension icon and then on
Settings-Optionson top right.OR
Right-click on extension and click on
Optionsin the dropdown menu. -
Enter the valid GitHub Access Token
-
Click on
SAVEand Enjoy the benefits.
This browser extension will automatically pick this valid access token and Bingo!
New GitHub Design - Blog
- Thanks to @zenorocha for Clipboard.js - Modern copy to clipboard. No Flash. Just 3kb gzipped.
- Clone this repo
- Run
yarn devfor generating packaged folder specifically for extension stuff. - Go to extension page. For chrome extensions chrome://extensions, Firefox Add-ons about:debugging, and Microsoft Edge Extensions edge://extensions/.
- Enable developer mode
- Click on load unpacked extension and select the generated folder.
- [Admin Access Only] - run
yarn buildfor generating zip file to be uploaded on Chrome Web Store, Firefox Add-ons, and Microsoft Edge Addons.