install the extension from the chrome web store:
https://chrome.google.com/webstore/detail/jira-quality-of-life-exte/folmfdcdedbbppdmdjmahilddgdggego
adds a button right side of the nav bar which opens the settings
all features are disabled by default, the user can disable/enable them to their liking
How to build the extension from source and install it in chrome:
pre-requisites: node.js, typescript, chrome
- open a terminal and navigate to the project root folder
- transpile the source in /ts to /js/dist.js using the command
tsc
- open chrome://extensions/ and enable developer mode
- drag the project folder into the extensions page