URL Lister - Firefox Plugin

URL Lister Logo

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

Install URL Lister

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.

URL Lister Screenshot

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.

Subscribe to Feed