Chrome plugin that replaces all jira issue keys in github PR title to links to that issues:
- Download .crx file from the latest release
- Open chrome://extensions
- Drag-n-drop downloaded file to the extensions list
Plugin releases hosted on github. To create new release bump plugin version in manifest.json
and push changes to github. After that create package files
- Open url
chrome://extensions/
and turn on developer mode. - Select "Pack extension"
- Choose path to your extension in "Extension root directory"
- Choose path to the *.pem private key in "Private key file (optional)"
- Create crx package
- Open plugin directory in terminal
- Run command
zip -r -FS ../github-jira.xpi *
// TODO: add instruction to release signed xpi