This is a browser extension that aims to quickly copy a link to an Azure DevOps work item with the click of a button. The inspiration is similar to JIRA's behavior of hovering over a ticket which displays an icon you can click and then that will copy the link to the JIRA ticket to your clipboard. The extension is compatible with light and dark background Azure DevOps themes.
If you enjoyed the extension:
Source code lives in /app
. webextensions-toolbox
is used to develop for multiple browsers. content_script.js
is the main entry point for this simple extension and styling is provided by app.css
.
- Clone the repo
npm install
- Choose which browser vendor you would like to develop under then run:
npm start:[VENDOR]
(e.g.npm start:firefox
) - Follow the instructions on how to load the unpacked extension under
dist/[VENDOR]
so that you can develop.