Users who troubleshoot the Firefox browser usually take a closer look at extensions and plugins installed in the browser as they may be the cause for the issues experienced.
One problem that Firefox 3 users experience is that they cannot access information about the last modification dates of extensions directly in the browser. These information are simply not listed in the Firefox add-on manager or elsewhere.
This has changed in Firefox 4 where it is now possible to display the last updated date with a click on the More link next to each extension.
Firefox 3 users have the option to open the profile folder on the hard drive to evaluate the modification dates directly. Windows users for instance will likely use Windows Explorer to see those dates. While it is possible to do that it is usually not that comfortable, and inexperienced users will have a hard time finding the profile folder in first place.
Long time reader Jojo just emailed me another option. The Firefox extension Extension List Dumper offers to dump information about all installed extensions in the web browser.
The new export option is displayed in the Firefox add-ons manager. A click on the new button Dump List opens the menu shown in the screenshot above.
It is then up to the user to select the information that should be included in the export. Available among others are the program name, version, url, date and install date.
The last two display the modification date and the date the extension was installed.
Information can be exported in a variety of file formats, including text, html and csv.
Extension List Dumper can be a handy extension for Firefox users who want to troubleshoot issues in the browser, providing of course that the browser is still starting up.
Related Articles:
Display websites next to each other in FirefoxFirefox Security Extensions
How To Remove Java Console Extensions In Firefox
Creating FireFox extensions
Mozilla Development Specifics Updated, Firefox 5 and 6 Release Dates
Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook, Twitter or Google+ using the icons below.



Some clarification is needed.
I am unsure if I have some add-on in FF 3.6 that adds the install/update date to the add-on list but that info is available to me now. However, you have to click on EACH add-on to see it. Which is crazy, especially with 70 odd add-on’s like I have.
The real value of this extension is that you can dump your entire add-on list and then look at it in total. I recommend CSV format, as that would allow you to import the add-on list into Excel and then sort on the date column to see the last date that the add-on was installed OR updated.
Jojo, I looked at Firefox 3.6.13 without add-ons installed and it does not show the install / update date.And even if the browser would (like done in Firefox 4), it is to much of a hassle to click the more link for every add-on to see the date.
See:
http://i.min.us/idZlrg.jpg
If you simply wish to ‘put back’ the dates that were removed by bug 623207 add the following to the userContent.css:
#list-view > #addon-list .date-updated {
display: -moz-box !important;
}
With firefox 4 the chrome folder doesn’t exist by default, so create the folder in your profile directory, then create a file called userContent.css and add the css above.
The chrome folder is also home to userChrome.css and userChrome.js