Chrome extension - Replaces new tab with random github user's profile
HTML JavaScript CSS
Switch branches/tags
Nothing to show
Latest commit e46d368 Apr 17, 2016 @Idnan bummped version
Permalink
Failed to load latest commit information.
assets fixed first time run bug #/issues/1 Apr 17, 2016
.gitignore
README.md
gitrandom.html options page for extension and small tweeks Apr 16, 2016
manifest.json
options.html options page for extension and small tweeks Apr 16, 2016

README.md

Chrome extension - Replaces new tab with random github user's profile

Whenever you will open a new tab, you will be presented with a page similar to following

New Tab

Installation

Extension itself doesn't need any setup. All you have to do is

Github API has rate limit applied in their API and although the extension implements the caching in order to make sure that the rate limit may not be crossed but however I would recommend you to set the API token in the extension in order to increase the quota.

Here is how you can do that

  • Go to the Settings > Personal Access Tokens of your github profile
  • Click Generate New Token button. Give the token description and select the scope called public_repo under repo and click Generate Token.
  • You will be presented with the generated token. Copy the token.
  • Right click on the extension icon and click Options. Paste the API token in the given field and click save

Options Page

  • Voila! You are all set to go.

Contribution

I'd love to hear what you have to say. Reach me out at mahradnan@hotmail.com or on twitter @AdnaanAhmeed

License

MIT © Adnan Ahmed