FireLinkReport

Get latest version of FireLinkReport from Mozilla website.

FireLinkReport is a Firebug extension that allows viewing all links on the currently open page in one list. FireLinkReport has simple and intuitive user interface which makes it very easy-to-use.

After installation FireLinkReport creates a new tab called “Links” on the Firebug tools pane:
FireLinkReport Main Panel

Using the filter you can view only absolute or relative links as well as only external or internal ones. It can be quite handy if you need to view only external links on the page, or find all absolute internal or relative internal links. Additionally Firebug’s search function can be used to quickly locate the link in the list.
FireLinkReport Filter

Link list displays the following link properties: URL, link text, link title attribute, nofollow flag, external flag and absolute flag. It allows you to view all important link properties in one line without need to view source code of the page.

A number of actions are available by opening link’s context menu – locating the link on the page (this is default URL’s click action), opening the link in a new tab and copying link’s URL into the clipboard.
FireLinkReport Context Menu

You can disable FireLinkReport panel using the panel’s menu to make sure no additional resources are wasted when you are not using FireLinkReport. Additionally you can choose to display all URLs in the list as absolute, do not display links to the same page pointing to labels and choose whether to display only links pointing to web pages or any links including mailto, javascript, ftp, etc.
FireLinkReport Main Menu

Special thanks to Jan Odvarko – author of Firecookie. FireLinkReport uses Jan’s table implementation and other parts of his code.