Google Chrome; restore chrome user data

1

is it possible to restore Google chrome user data once the user profile has been deleted? I accidentally deleted users and I need to restore my bookmarks. I don't know where to begin

user374377

Posted 2014-10-02T02:45:21.127

Reputation: 11

Possible duplicate of How do I transfer my Google Chrome profile to a new PC?

– kenorb – 2019-03-15T13:09:08.850

Answers

1

if you have synchronize your email then if you just add that account again then it will bring all the bookmarks in chrome.(ie. when you added your gmail account first time re add that account).

Ali786

Posted 2014-10-02T02:45:21.127

Reputation: 690

0

You can to override the User Data Directory. To check where is located, navigate to: chrome://version.

Or you can start Chrome with the existing User Data, e.g.

Example:

  • [Windows] chrome.exe --user-data-dir=c:\foo
  • [Linux] google-chrome --user-data-dir=/path/to/foo

On Linux, you can also set CHROME_USER_DATA_DIR environment variable pointing to the user data directory.

Check also: Where are the user profile directories of Google Chrome located in?

kenorb

Posted 2014-10-02T02:45:21.127

Reputation: 16 795

Please do not post the same answer to multiple questions. If the same information really answers both questions, then one question (usually the newer one) should be closed as a duplicate of the other. You can indicate this by voting to close it as a duplicate or, if you don't have enough reputation for that, raise a flag to indicate that it's a duplicate. Otherwise tailor your answer to this question and don't just paste the same answer in multiple places.

– DavidPostill – 2019-03-15T13:14:04.230

I've marked it as duplicate, after I realized there is another similar post. Secondly, it's not clear, whether it's going to be duplicate. – kenorb – 2019-03-15T13:16:51.707