Chrome extension to display repository size on GitHub
Chrome extension to display repository size on GitHub
Automatically adds repository size to GitHub's repository summary.
To enable viewing size of private repositories;
repo scope to enable this extension on private repo.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', )
and then remove it to use previously set token;
localStorage.removeItem('x-github-token')
MIT
No open issues yet, or sync has not completed.