https://github.com/stoe/github-helper
A browser extension to do things on github.com
https://github.com/stoe/github-helper
Last synced: over 1 year ago
JSON representation
A browser extension to do things on github.com
- Host: GitHub
- URL: https://github.com/stoe/github-helper
- Owner: stoe
- License: mit
- Created: 2020-04-13T13:19:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T15:33:27.000Z (over 2 years ago)
- Last Synced: 2024-03-02T16:31:04.286Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
# github-helper
[](https://github.com/stoe/github-helper/actions/workflows/test.yml) [](https://github.com/stoe/github-helper/actions/workflows/codeql.yml) [](https://github.com/stoe/github-helper/actions/workflows/publish.yml) [](https://github.com/prettier/prettier)
> A browser extension to do things on github.com
## Functionality
### Repository status
**active**
if a commit was made in the last two weeks.
**inactive**
if the last commit was made between two and 8 weeks ago.
**unmaintained**
if the last commit was made more than 8 weeks ago.
**abandoned**
if the last commit was made more than a year ago.
### Highlight @mentions
deprecated, @mentions are now supported baseline by GitHub
**direct mention**

**team mention**

You will need a [personal access token](https://github.com/settings/tokens/new?description=github-helper-browser-extension&scopes=read:org) with the `read:org` scope added to the extenstion's options for this to work.
No data is saved or transmitted outside of the browser extension.
For more information please see the [privacy](./.github/privacy.md) information.
## Install
- Microsoft Edge (Chromium): https://microsoftedge.microsoft.com/addons/detail/badjjokkijlgeoleihpfakbhgieefpjg
or
- Download the latest `github-helper.zip` file from [Release](https://github.com/stoe/github-helper/releases)
- Unzip the `github-helper.zip` file to your disk
- Microsoft Edge (Chromium)
- Follow instructions to [install a side-loaded extension](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#installing-and-updating-side-loaded-extensions). You will need to enable [Developer mode](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading).
- Google Chrome
- Visit `chrome://extensions` (via omnibox or menu -> Tools -> Extensions).
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked extension..." button.
- Select the directory containing the unpacked `github-helper` extension.
## License
- [MIT](./license) © [Stefan Stölzle](https://github.com/stoe)
- [Code of Conduct](./.github/code_of_conduct.md)
## Thanks
This is a combined extension of:
- https://github.com/pierluigi/github-repo-status-webextension by [@pierluigi](https://github.com/pierluigi)
- https://github.com/benbalter/github-mention-highlighter by [@benbalter](https://github.com/benbalter)