Is there any way how to export all bookmarks from Google Chrome using my CLI?

link|improve this question
2  
What OS and what CLI? – EBGreen Aug 19 '11 at 20:00
feedback

migrated from stackoverflow.com Aug 19 '11 at 19:31

This question came from our site for professional and enthusiast programmers.

1 Answer

Chrome stores bookmarks in you profile directory, in the Bookmarks file, which is in JSON format

link|improve this answer
feedback

Your Answer

 
or
required, but never shown