chrome-jironimo
chrome-jironimo copied to clipboard
JIRA tickets in your Google Chrome browser
chrome-jironimo
Atlassian JIRA™ Agile extension for Chrome
Chrome Web Store
Default hotkeys
Windows: Alt + J
Mac: Command + J
Contribution
- Help with translations
- Help by coding: fork the repo; do your stuff; create a new Pull Request.
- Join our chat at gitter.
Hot to use it?
Please, check the documentation project (docs
branch)
I have no time for it right now, PR?
Repository clone
git clone --recursive https://github.com/kkamkou/chrome-jironimo.git
cd chrome-jironimo
Use the source code
- Switch to a release tag (see the releases section)
- Navigate to
chrome://extensions
- Expand the developer dropdown menu and click
Load Unpacked Extension
- Navigate to local folder
/src
Build
npm install && ./node_modules/.bin/jake version='4.0'
# example for windows
# npm install && C:\...\chrome-jironimo\node_modules\.bin\jake version='4.0'
Docker
[sudo] docker build -t jironimo .
[sudo] docker run -ti --rm -v "${PWD}:/opt/app" jironimo version='4.0'
License
Boost Software License 1.0 (BSL-1.0)