Extension to generate MD url for the active tab
The extension modify the URL of the active tab and save it in markdown syntax URLto the clipboard
e.g https://example.com will be saved to the clipboard as
[page title](https://example.com)
if the URL includes a ticket matching format of AAAA-1234 it will use it for the URL
e.g
https://example.com/AAAA-1234 will be saved to the clipboard as
[AAAA-1234](https://example.com/AAAA-1234)