Chrome Extension for giving praise to GitHub PRs with one click.
Reviews
Comments
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 👏

