I want to develop a Safari plugin using Xcode, and I want to access the bookmarks. What API should I use?
Since I\'m asking, are there any tutorials out there for plugin
Safari plugins are well-supported, both for the Netscape-style NSAPI and the 'native' Cocoa plugins. There are dozens, if not hundreds, of official Safari plugins.
However, not everything you might want to do is possible through plugins. I'm not clear if accessing bookmarks is possible.
There are lots of other docs on Safari plugins at the Safari Dev Center and Reference Library, including WebKit Plug-In Programming Topics.