This project has been deprecated in favour of in-product git checkout command available on Jira Cloud
Chrome extension to generate git branch name from active tab's window title
Get it from Chrome Web Store
yarn build
- Go to chrome://extensions/
- Enable Developer mode
- Load unpacked -> select the
build
dir
Have to yarn build
for every change to be reflected. Changes to manifest.json
require extension reload.
Useful to dev UI component without reloading chrome extension each time, run yarn storybook
to begin.
This project was bootstrapped with Create React App.