Github Real Names is a Google chrome extension that adds a button to toggle showing real names instead of usernames on GitHub.
Download it from the chrome store.
To build, run:
npm install
npm install browserify -g
browserify index.js > contentscript.js
in this repository.
MIT