Safari plugin development

后端 未结 4 1986
无人及你
无人及你 2021-02-06 14:35

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

4条回答
  •  眼角桃花
    2021-02-06 14:49

    Safari 5 allows to create extensions in a similar way of what Google Chrome allows. See Safari Extensions Development Guide: About Safari Extensions.

    On Mac OS X Lion, the WebKit plug-in API is not compatible with the new process architecture adopted in Mac OS X Lion, and it is being deprecated. Plug-in developers currently using the WebKit plug-in API are recommended to adopt the Netscape plug-in API in order to be compatible with Safari on Mac OS X v10.7.

提交回复
热议问题