Creating Windows shortcuts from Chrome bookmarks

Here is what I did:

  1. I exported CHROME BOOKMARKS (also did this to my GOOGLE BOOKMARKS) as a single .html file. This can be done in Chrome through the bookmark manager's ORGANIZE | EXPORT dropdown.

  2. I then opened my USER\Favorites folder. I don't use IE so it had all the default links IE comes with. I created a new folder called CHROME BOOKMARKS.

  3. I opened IE and clicked the star shaped FAVORITES button. I pulled the ADD TO FAVORITES menu down and selected IMPORT AND EXPORT.

This launched an import wizard. I told it I was importing Favorites, and directed it to the .html file Chrome exported (#1), and told it to import to the CHROME BOOKMARKS folder I created (#2).

This created a .url file for each bookmark I had in Chrome which included both the BOOKMARKS BAR and the OTHER BOOKMARKS.

I tested and confirmed that a .URL file is launched in Chrome by double clicking or by drag and drop.

You can import the .URL files into Chrome, too. Leave the CHROME BOOKMARKS folder in your User\Favorites folder and then in Chrome click OTHER BOOKMARKS | IMPORTED FROM IE. I think you can also do this in Chrome's Settings | USERS | Import Bookmarks and Settings, but I did not try this.


After searching the web for a while, I came to the conclusion that there is no simple solution for this problem. There are different methods to save a link or a bookmark as a Windows URL shortcut, but there is no way to do it for multiple links / URLs at once.

Daniel Beck suggested an OS X / Safari bookmarks file based script, but I didn't manage to execute the script because I wasn't sure how to adapt it to Windows, even with Cygwin.

I realized the only way to achieve my goal is by using a script, so I posted a programming-specific question on Stack Overflow and asked for a script which would take the URLs from the links inside the bookmarks.html file and use them to create Windows URL shortcuts.

Here is the question + the answer (it's a VBScript):

Creating multiple Windows URL shortcuts from a bookmarks HTML file.