https://github.com/ForbesLindesay/github-real-names
A plugin for Google Chrome that adds a button to toggle showing real names instead of usernames on GitHub
https://github.com/ForbesLindesay/github-real-names
Last synced: 6 months ago
JSON representation
A plugin for Google Chrome that adds a button to toggle showing real names instead of usernames on GitHub
- Host: GitHub
- URL: https://github.com/ForbesLindesay/github-real-names
- Owner: ForbesLindesay
- License: mit
- Created: 2014-08-06T13:30:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T18:58:54.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:08:33.693Z (6 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/github-real-names/edfnfekndkopmlejjmlplpceflfldoae?hl=en-GB
- Size: 51.8 KB
- Stars: 295
- Watchers: 11
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ForbesLindesay/github-real-names - A plugin for Google Chrome that adds a button to toggle showing real names instead of usernames on GitHub (JavaScript)
README
# GitHub Real Names
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](https://chrome.google.com/webstore/detail/github-real-names/edfnfekndkopmlejjmlplpceflfldoae?hl=en-GB).
## How to build
To build, run:
```js
yarn
browserify index.js > contentscript.js
```in this repository.
## LICENSE
MIT