Categories

Developer

riccardo

Copy title and url v1.0

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
Add a context menu item to copy the current tab's title (or selection) and url to clipboard, as a markdown inline url.

Copy a page's title (or selection) and url to clipboard via context menu

Based on: https://github.com/marekjedlinski/webext-copy-title-url

The option will copy the tab title (or the current selection, if any) to the clipboard, as a markdown inline url: [{title_or_selection}]({url})


Requirements

Should work on Firefox (Quantum) 57+/Chrome 63+.

Tested on Firefox 93.

DISCLAIMER

I published this add-on so I can install it easily on all my Firefox installations. I have never made an add-on before, nor I have ever used JavaScript. I simply modified the first open-source add-on I've been able to find that did something similar to what I was looking for