benblack86 / linkclump

Google chrome extension that allows you to open multiple links at once.
MIT License
487 stars 114 forks source link

[Feature Request] Among the Copied to clipboard options, there is also the creation of a list for javascript/python and the like with the collected urls #238

Closed fredericomattos closed 2 months ago

fredericomattos commented 4 months ago

"Copied to clipboard" has several options, but when we want to collect the url's to use in some programming code, we run out of options because the one that could come closest to helping would be the copy with the url's spaced by a white space.

My request would be to have this option:

url_test_1.com
url_test_2.com

So when collecting these url's we would have copied them to the clipboard like this:

["url_test_1.com", "url_test_2.com"]