Safari plugin development

后端 未结 4 1930
无人及你
无人及你 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:53

    There is no documented or Apple-supported way to create plug-ins for Safari.

    That hasn't stopped many people creating add-ons, as you can see by browsing through Pimp My Safari.

    Many of the plug-ins use SIMBL to load themselves into Safari, after which you can mess around with Safari's insides to do whatever you want. See the Armchair Guide To Cocoa Reverse Engineering.

    One thing is for sure—it won't be a walk in the park!

    Good luck =]

提交回复
热议问题