JavaScript
Latest commit 3668cef Apr 12, 2017 @harshjv Bump version
Permalink
Failed to load latest commit information.
icons Use new icon Aug 4, 2016
src Fix parent-link size issue Apr 12, 2017
LICENSE Initial commit Aug 3, 2016
README.md Add producthunt badge Mar 19, 2017
manifest.json Bump version Apr 12, 2017
product-hunt.png Add producthunt badge Mar 19, 2017
screenshot.png Update screenshot Aug 20, 2016

README.md

πŸš€ Chrome extension to display repository size on GitHub JavaScript Style Guide Chrome Web Store Chrome Web Store

Automatically adds repository size to GitHub's repository summary.

Featured on Product Hunt Install from chrome web store

Screenshot

Screenshot of repository size on GitHub

Private Repository

To enable viewing size of private repositories;

  1. Install extension from chrome webstore, if you haven't.
  2. Go to https://github.com/settings/tokens to generate your personal access token.
  3. Click on the Github Repo Size extension (this extension)'s icon aside the address bar.
  4. Paste your access token there in the prompt box.

Temporarily override then token

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')

Development

  1. Clone this repo
  2. Go to chrome extensions chrome://extensions
  3. Enable developer mode
  4. Click on load unpacked extension and select this cloned repo

License

MIT