fox2chrome-tags
fox2chrome-tags copied to clipboard
Quick & Dirty tool that converts a Firefox bookmarks.json to a Chrome bookmarks.html and appends the tags to bookmarks' names.
fox2chrome-tags
Converts a Firefox bookmarks.json to a Chrome bookmarks.html and appends the tags to bookmarks' names. Firefox folder structure is ignored. Everything is thrown into one folder.
The generated bookmarks-HTML is designed for Chrome but should work with most other browsers or bookmark services as well. It is a <!DOCTYPE NETSCAPE-Bookmark-file-1>
file
Syntax
Bookmarks are output to chrome with the following naming syntax:
Bookmark Name [list, of, tags]
So all the information is merged into the bookmarks name.
Usage
- Backup Firefox Bookmarks to json file
-
javac FirefoxToChrome.java
-
java FirefoxToChrome infile.json outfile.html
- Import html file with Chrome.
Third party libraries
Many thanks to these libraries' authors and contributors.