Import Chrome bookmarks from previous installation

5

1

My Windows got corrupted and I had to reinstall. I had not synchronised Google Chrome, so I cannot get my previous bookmarks.

I have the previous bookmark file (which is in JSON format, not HTML) but cannot import it to my new Chrome installation. I have tried copying the bookmark file of previous installation and overwriting the new one, but even after that only newly bookmarked items are shown.

My question is as follows: can I import a JSON bookmarks file into Google Chrome?

Sachin Divakar

Posted 2014-06-28T13:23:54.803

Reputation: 153

Answers

6

Following procedure works:

  1. Turn off synchronization (Chrome menu > Signed in as > Disconnect your Google Account (do not forget to keep Chrome data saved on the computer)
  2. Close Chrome
  3. Replace Bookmark file in Chrome's User_Data folder with your own version
  4. Open Chrome
  5. Export your bookmarks as HTML (Chrome menu > Bookmarks > Bookmarks manager > Organize > Export bookmarks)

You end up with your Bookmark file converted to HTML. Then you can turn on synchronization (Chrome menu > Sign in to Chrome) and import your bookmarks from HTML file.

If you do not need to merge your old bookmarks with current bookmarks synchronized in your Google account, it is perfectly sufficient to do steps 1. to 4. and then just sign in to Chrome.

JohnyCash

Posted 2014-06-28T13:23:54.803

Reputation: 171

From user Alexey F Shevelyov: Please kill all the chrome processes in order for the JohnyCash answer to work. If you don't - it just would not work. Chrome has background processes running even though the browser is closed - so go to you task manager or CMDs and kill all the processes first then do how Johny Cash said.

– fixer1234 – 2016-10-08T06:34:34.057

2

I was unable to make Chrome and Firefox restore my bookmarks from the Bookmarks or Bookmarks.bak json files.
But I found this really helpful online tool to convert those json files to an HTML file that you can then just import via the top-right corner in the chrome://bookmarks/ screen:

https://rongjiecomputer.github.io/chrome/bookmark-recovery/#windows

Roman

Posted 2014-06-28T13:23:54.803

Reputation: 129

1like a charm... thank you. – user289394 – 2020-02-17T19:09:24.553

1

I know it's too late for answer but maybe it's help someone who has same problem

Instead of copying bookmarks file to Default folder copy it to ChromeDefaultData too.

Both folders are located here

C:\Users\<Your Name>\AppData\Local\Google\Chrome\User Data

Remember first close all of your chrome tabs!

mahdi azarm

Posted 2014-06-28T13:23:54.803

Reputation: 11

0

It seems like Chrome* stores a folder on C:\Users\<user_name>\AppData\Local\Google\Chrome\User Data\ for each Person logged (which you can see on Menu > Settings > People). So there might be a folder called:

C:\Users\<user_name>\AppData\Local\Google\Chrome\User Data\Profile 1\

Try copying your Backup file into that folder (after closing Chrome, as mahdi azarm pointed out). That worked for me, but it might depend on which Chrome version you're using.


* At least the version I'm using, which is 56.0.2924.87. If someone knows which versions have this functionality, please feel free to edit my answer.

dsaiztc

Posted 2014-06-28T13:23:54.803

Reputation: 101

0

Is the JSON Bookmark backup file from Firefox or earlier versions of Chrome?

Firefox has the ability to Backup/Restore Bookmarks in JSON format, I am not sure about Chrome as I don's use it much.

If it is a Firefox file or if Chrome's JSON files are compatible with Firefox's JSON restore (which I am not sure), you can install Firefox temporarily to import JSON, and then export it back to HTML format.

Much easier would be to find, if there is already a Chrome extension that can achieve this (which I'm sure will already be available).

jjk_charles

Posted 2014-06-28T13:23:54.803

Reputation: 1 087

1This is not also working after importing a popup appears asking whether to proceed with it and i clicked okay but nothing happened – Sachin Divakar – 2014-06-28T15:02:48.837