Automatically adds repository size to GitHub's repository summary.
Generate a Github personal access token from here and click on extension icon to add it.
You can set x-github-token
in localStorage
to your access token, and the extension will use this value even if you've previously set token.
localStorage.setItem('x-github-token', <YOUR-PERSONAL-ACCESS-TOKEN>)
and then remove it to use previously set token;
localStorage.removeItem('x-github-token')
Install extension from Chrome Web Store
- Clone this repo
- Go to chrome extensions chrome://extensions
- Enable developer mode
- Click on load unpacked extension and select this cloned repo
MIT