I spent 10 minutes looking for an extension to do this, then found that its, smartly, built into Firefox's bookmark manager. I'm not sure what this mindset is called, Extension Dependance? Anyway, if you need to move bookmarks from one machine to the other in Firefox:
- From the Bookmarks menu, select Organize Bookmarks.
- Choose Export... in the File menu and save your file.
- On the target machine, after selecting Organize Bookmarks, select Import... and choose the file you created in step 2.
If you work on multiple PC's, there are also a number of extensions that will synchronize bookmarks between them using a 3rd party service or your own FTP server like Foxmarks or Google Bookmarks.

New Post:Link: Nginx Hacking Tips
Jason Lefkowitz
Pro Tip: your bookmarks are stored as a plain old HTML file in your profile directory. So to back
them up, just copy [Your Profile Path]/bookmarks.html to another location, and you're all set.
To restore, overwrite the "live" bookmarks.html with the backup. This won't work for
too much longer -- the bookmarks-as-HTML-file format goes back to Netscape 0.x days, and is due to
be replaced by a SQLite database for Firefox 3.0 -- but for now, it should do ya fine.
2007-03-11 6:26 pm