10

How can I programmatically get (and manipulate) my bookmarks that are synced between different instances of Google Chrome using my Google account?

themirror
  • 9,963
  • 7
  • 46
  • 79

1 Answers1

4

It looks like a JSON object stored in "C:\Users\\AppData\Local\Google\Chrome\User Data\Default" folder. File name is Bookmarks

You can parse it using any JavaScript, Java (or any other language) Lib.

Hope that helps!

A related thread: Manipulating Google Chrome bookmarks from external program (and make Chrome aware)?

Community
  • 1
  • 1