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

https://github.com/brandongregoryscott/extended-github

Browser extension with additional GitHub functionality
https://github.com/brandongregoryscott/extended-github

browser-extension chrome-extension github

Last synced: 6 months ago
JSON representation

Browser extension with additional GitHub functionality

Awesome Lists containing this project

README

          

# Extended GitHub

Browser extension with additional GitHub functionality. You probably don't need it, but I do.

## Features

- Auto assign to pull request

![](./docs/demos/auto-assign-to-pull-request.gif)

- Auto add ticket number from branch name to pull request title

![](./docs/demos/auto-add-ticket-number-to-pull-request-title.gif)

## Installation

This extension is currently not distributed via any of the browser stores. You'll have to build it from source and install it manually.

```sh
# Clone the repo
git clone git@github.com:brandongregoryscott/extended-github.git
cd extended-github

# Ensure you're on the right node version
nvm use

# Install packages
npm install

# Build the extension
npm run zip
```

You should now have a `dist` folder with a zip file and an unzipped `chrome-mv3` directory. In Google Chrome, open up the [extensions manager](chrome://extensions) and turn `Developer Mode` on. Then, click the `Load unpacked` button in the top left and select the `dist/chrome-mv3` folder. You're all set!

![](./docs/demos/chrome-extension-manager.png)

### Disclaimer

This extension is not affiliated with GitHub, Inc. in any way. Use the extension at your own risk.