URL Lister - Firefox Plugin
URL Lister is a Firefox Plugin that shows the URLs of all the open tabs in a textarea so that it can be copied easily.
Download/Install
If you have installed it, consider rating it or reviewing it at Firefox plugins sandbox. Go to the public page for URL Lister and write a review for the application. I need reviews to promote it to the main extensions page - sandbox plugins are for registered users only.
Usage
Lets say you have these four tabs open...
Right click any tab and click on the 'URL Lister...' to open up the main dailog. You can also use 'Tools > URL Lister'. You will find the URLs of all the open tabs there.
There is a drop down menu at the bottom - it has these three options...
Plain Text
The first option will display just the URLs - like this...
http://www.openjs.com/
http://www.bin-co.com/
http://lindesk.com/
http://blog.binnyva.com/
HTML Anchors
The second option will create HTML Links with a <br /> tag at the end of each line - like this...
<a href="http://www.openjs.com/">OpenJS - JavaScript, Opened.</a><br />
<a href="http://www.bin-co.com/">Bin-Co</a><br />
<a href="http://lindesk.com/">LinDesk</a><br />
<a href="http://blog.binnyva.com/">BinnyVA</a><br />
It will use the title of the tab as the link text. You can use this code directly in any HTML page.
OpenJS - JavaScript, Opened.
Bin-Co
LinDesk
BinnyVA
Linked List
The final option will create a <ul> list with the links of all the open tabs - something like this...
<ul>
<li><a href="http://www.openjs.com/">OpenJS - JavaScript, Opened.</a></li>
<li><a href="http://www.bin-co.com/">Bin-Co</a></li>
<li><a href="http://lindesk.com/">LinDesk</a></li>
<li><a href="http://blog.binnyva.com/">BinnyVA</a></li>
</ul>
Open URLs
If you have a list of URLs and want to open them all, all you have to do is copy those URLs into this dialog and press OK - this will open up all the given URLs.

Comments
It was just what I was looking for!. (I needed a quick way to copy lots of URLs opened in tabs, so I can feed a script with them...)
Any plans to update this?
I downloaded your plug in to try it. I wanted to be able to open a list of urls by cutting and pasting into your window as described. It doesn't work for the url's if they don't have the www. prefix.
Is it possible for you to automatically add the http:// for lines where it doesn't exist? You could test for it's presence, then append OR, Firefox 3 is smart enough to recognize it, but your plug in won't open the tab unless it sees the prefix. Maybe you could simply open a tab for each entry regardless of the format. Worst case would be that urls that didn't resolve would receive a error.
To summarize, i'm suggesting you open a tab for each line, with whatever is in that line. If you do that, i'll be sure to write a glowing review.
This has the start to being a great plugin.
Keep up the great work.
"it doesn't work for the url's if they don't have the: h t t p : / / w w w . prefix. "
Thanks and sorry for the confusion.
Other uses I love it for:
* dump in a text file containing scattered URLs, it ignores all the text and only opens the URLs
* batch editing of website "backend" pages, where only one variable in a URL changes like a product ID or post ID, create the sequence of pages using excel and then open loads at a time, and log progress in excel
a, strong, em, b, i, code, pre, pandbrallowed. Other tags will be shown as code(< will become <). Urls, Line breaks will be auto-formated.