Hide Images Safari Extension

Last Revision:
Version 1.0, 2010-06-24
A sample extension that shows how to add and handle context menu items.
Build Requirements:
Safari 5 and Safari Developer certificate
Runtime Requirements:
Safari 5

An extension that shows how to add and handle context menu items. The context of the event is sent from the injected content script to the global page via the SafariContentBrowserTabProxy.setContextMenuEventUserInfo method. The extension can add context menu items when handling the "contextmenu" event. The "command" event is fired when the context menu item is activated.