Chrome Extension that lets you jump to a variable's definition when viewing JavaScript code on Github. Also highlights all variable references. Built using Tern.
Run npm run watch
to compile for dev and watch for updates. Then load the extension folder into Chrome as an unpacked extension.
Run npm run build
to compile for prod.