htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
250 stars 57 forks source link

[Feature request] Copy links from the currently selected text #60

Open ziplantil opened 1 year ago

ziplantil commented 1 year ago

I don't know if Firefox add-ons are allowed to access the text that the user has currently selected from the page on the current tab, but this could be quite useful if that is possible.

tyll commented 1 year ago

This extension allows to access to the slected text, so this should be possible: https://chrome.google.com/webstore/detail/selection-search/gipnlpdeieaidmmeaichnddnmjmcakoe

This is also the exact feature that I am missing in Chrome.

tallneil commented 2 months ago

Chrome extensions can modify the right-click context menu, so this feature should be possible.