Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically access Google Chrome bookmarks

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

like image 224
themirror Avatar asked Jun 25 '13 22:06

themirror


1 Answers

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)?

like image 124
Sarbjeet Johal Avatar answered Oct 02 '22 05:10

Sarbjeet Johal