Browser extension for trac.brightpattern.com. Supports Chrome and Firefox.
Adds:
-
Inline attachment previews — renders images, videos, zip contents, and HAR files directly on ticket pages.
-
Paste to upload —
Ctrl+V/Cmd+Voutside a text field opens the upload page in a new tab; pasting an image on the upload page fills the file input automatically. -
Image Combiner — click the extension icon to paste, arrange, and combine screenshots into one image, then copy to clipboard.
Download the latest .zip from GitHub Releases and unzip it.
yarn install
yarn build
Output goes to dist/.
- Go to chrome://extensions/
- Enable Developer mode (top right).
- Click Load unpacked → select the
dist/folder.
- Go to about:debugging#/runtime/this-firefox
- Click Load Temporary Add-on → select any file inside
dist/.


