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
- Host: GitHub
- URL: https://github.com/brandongregoryscott/extended-github
- Owner: brandongregoryscott
- Created: 2025-12-26T01:42:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T01:30:26.000Z (6 months ago)
- Last Synced: 2026-01-04T02:14:22.311Z (6 months ago)
- Topics: browser-extension, chrome-extension, github
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

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

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