开发者

Programmatically add a bookmark to Chrome

In the开发者_如何学编程 same vein as this question, is there a .NET-accessible library that'll let me add bookmarks for Chrome?


The format of the Bookmarks file is a json text file, which you can manipulate as needed. In OS X you find this file at

~/Library/Application\ Support/Google/Chrome/Default/Bookmarks


The Bookmarks are stored in a SQLite database that you can access. I found this page which has some more information.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜