https://github.com/bdkent/gh-pr-ext
browser extension for better GitHub PR checks UI
https://github.com/bdkent/gh-pr-ext
browser-extension github pull-request
Last synced: 5 days ago
JSON representation
browser extension for better GitHub PR checks UI
- Host: GitHub
- URL: https://github.com/bdkent/gh-pr-ext
- Owner: bdkent
- License: mit
- Created: 2023-08-05T18:45:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:54:10.000Z (about 2 years ago)
- Last Synced: 2024-04-03T20:06:21.692Z (about 2 years ago)
- Topics: browser-extension, github, pull-request
- Language: TypeScript
- Homepage:
- Size: 459 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [GitHub PR Check Browser Extension](https://github.com/bdkent/gh-pr-ext/)
A fun little browser extension to add additional UI to the pull request page so you can understand check statuses.
Adds an icon mirroing the check status to the bottom right.

Click the icon to open the overlay!

## Support
Enjoying the extension? Perhaps you could leave a review on the extension store or [buy me a coffee](https://ko-fi.com/bdkent
) :coffee: to say thanks?
## Install
Find on browser add-on / extension stores.
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/github-pr-check-status/)
- [Chrome Web Store](https://chrome.google.com/webstore/detail/ldddlenkajkonchccpkjapihmdgjgjop)
## Build
### Prerequisites
System must have the following installed:
- node
- yarn
### Directions
```shell
yarn install
yarn build
zip -r dist.zip dist/*
```
the generated `dist.zip` is the browser extension.