Browser extension to copy a link from the current active tab so that your teammates can see what the Pull Request is about before clicking.
This extension is built on a linux/amd64
machine. If dependencies are replicated, it can be possible to build it in other
OSes or architecture combinations.
Dependencies:
Run:
pnpm install
pnpm build
The resulting package will be under ./dist/app
.
To generate the zip package to submit to the browser extension stores, run:
pnpm package
The package will be under ./dist/package.zip
.