开发者

Interact with Google Chrome bookmarks from a Cocoa App

I am trying to write a Cocoa App that needs to manipulate Chrome Book开发者_如何学编程marks. What is the best way to get access to Chrome bookmarks to allow insertion, deletion, updating.


Chrome stores its bookmarks in a simple text file called Bookmarks which (on OS X) is stored in the user home directory, $HOME/Library/Application Support/Google/Chrome/Default/Bookmarks. It's a JSON file for which I guess there are several libraries API available. (like this one)

If you mean to directly manipulate the bookmarks stored in Google cloud, check this link.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜