Chrome extension for praising GitHub pull requests in one click. It adds an Approve button to the review dialog, which fills in your approval comment with a random GIF and submits the review, and a Praise button to inline diff comments, which drops in a random thank you. Both texts and the GIF list are editable on the options page, which can also add a random software engineering quote below your approval comment.
To use the alpha version please follow the following steps. This extension uses Manifest V3 and requires Chrome 88 or newer.
- Go to the Actions tab of this repo.
- Open the latest successful
Buildrun onmain. - Download the
praise-extensionartifact and unzip it. - Open
chrome://extensions - Enable Developer Mode on the top right
- Click on "Load unpacked"
- Select the unzipped folder.
manifest.jsonis at the top level of it, so pick that folder itself and not a subfolder. - Happy praising 👏
Two things to know about the artifact:
- You need to be signed in to GitHub to download it. Anonymous downloads of workflow artifacts are not possible.
- Artifacts expire after 90 days. If the run you are looking at is older than that, use a more recent one or build from source.
- Clone this repo.
npm installnpm run build- Open Chrome -> Manage Extensions
- Enable Developer Mode on the top right
- Click on "Load unpacked"
- Select the
distof this project folder. - Happy praising 👏