82
28
If I have a Firefox window open that contains 10 tabs, is there a way in Firefox or by a plug-in to get the URLs of those 10 tabs as a text file or some other format?
Right now if I want to do this I need to copy the URL of tab A, paste it somewhere, move to tab B, and repeat. I could also bookmark all the tabs into a folder and export that, but that seems like such a hassle.
If there is no such method, could someone point me to some documents that describe the basics of writing a Firefox plug-in. I am willing to write this myself if there is no "standard" way.
4unfortunately this is end of life with Firefox 57. Has anyone found an alternative? – semtex41 – 2017-10-12T23:03:23.657
1
@semtex41 Yes there is. Here it is: https://addons.mozilla.org/en-US/firefox/addon/copy-all-tab-urls-we/ Its called "Copy All Tab URLs WE"
– Abhishek Oza – 2017-11-16T10:40:33.3401
Also, another: https://addons.mozilla.org/en-US/firefox/addon/export-tabs-urls-and-titles/?src=search
– MarsAndBack – 2018-08-28T14:43:58.813fwiw the code is available at https://github.com/aecreations/sendtaburls/ (or at SWH)
– myrdd – 2018-10-31T14:13:52.007