How can I programmatically get (and manipulate) my bookmarks that are synced between different instances of Google Chrome using my Google account?
Asked
Active
Viewed 2,509 times
1 Answers
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

Sarbjeet Johal
- 41
- 2