An open API service indexing awesome lists of open source software.

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

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.
Screenshot 2023-08-14 at 10 42 54 AM

Click the icon to open the overlay!

Screenshot 2023-08-11 at 1 05 53 PM

## 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.