Chrome and Firefox extension that enhances Jira Cloud and Server with expandable modals, linked issue viewing, and image expansion.
View on Chrome Web Store | Firefox Add-ons.
- Collapse right panel: Reduces the right sidebar in Jira
- Expand create modal: Increases the size of issue creation modals
- View linked issues: Shows linked issues directly in the interface
- Expand images: Allows expanding attached images in tickets
This extension has been tested and is compatible with:
- Latest versions of Google Chrome
- Latest versions of Mozilla Firefox
config/: Webpack configuration for this project.public/: Popup files and static assets (icons, locales).src/: Source files for the extension, including features, background scripts, and content scripts.build-chrome/: Chrome build output (created afternpm run build).build-firefox/: Firefox build output (created afternpm run build)..gitignore: Lists files to be ignored in your Git repo.package.json: Contains project configuration, scripts, and dependencies.
npm run watch(starts development mode with watch)- Open chrome://extensions
- Enable developer mode (top right corner)
- Click "Load unpacked extension" (top left corner)
- Select the
build-chromedirectory
npm run watch(starts development mode with watch)- Open about:debugging
- Click "This Firefox" (sidebar menu)
- Click "Load Temporary Add-on"
- Select the
manifest.jsonfile in thebuild-firefoxdirectory
To package the source code into static files for the stores, run:
npm run build(generates builds for Chrome and Firefox simultaneously)
The builds will be created in the directories:
build-chrome/- For Chrome Web Storebuild-firefox/- For Firefox Add-ons
Refer to Chrome developer documentation to get started.
For Firefox, see Firefox extensions documentation.
Refer to github.com/gadhagod/vscode-chrome-extension-developer-tools/blob/master/README.md#commands.
Contributions are welcome! Feel free to fork the repository and submit your pull requests.
By box4.dev.