Your Github fame is getting closer with every open-source project you've built and promoted, with every new follower starring, using and forking your solution. This extension supplements every Github developer profile with language bars that show how far they've advanced on their road to the glory among %that_programming_language% community memb…
TypeScript Shell CSS Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.idea
docs
scripts
src
.codeclimate.yml
.gitignore
.nvmrc
.travis.yml
.vimrc
LICENSE
README.md
package-lock.json
package.json
tsconfig.json

README.md

GitHub User Rank extension

Logo

Build Status Dependencies Status Dev Dependencies Status Issue Count Coverage Status


Install GitHub User Rank extension from Chrome Web Store or Mozilla Add-ons Store.

Yet another small content script, based on gitlance.net data, it adds rankings straight to GitHub user profiles so you don't have to go anywhere anymore.

Building

Like a typical NodeJS-based project, it requires a couple of commands to get started:

npm install
npm run package

At the end, you should be able to see dist folder built aside src.

Installing

  • Go to chrome://extensions and turn on a Developer Mode (a checkbox on top).
  • Click Load unpacked extension... button and choose your built dist folder.

Usage

  • Open any GitHub user profile (e.g. @noomorph)
  • You should be able to see GitLance stats of the person, below to the profile picture:

GitHub User Rank extension screenshot