Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safari Extension : How to add menu and sub menu on bars?

Tags:

Here I am working with safari extension development. I have successfully get developer certificate on safari browser.

Here I am able to create menu and sub menu on toolbar item but as per my project requirement I have to include menu and menu items in bar.

Please suggest me way to done this thing.

Advance thanks...

like image 734
Yashwant Kumar Sahu Avatar asked Aug 27 '11 14:08

Yashwant Kumar Sahu


1 Answers

A quick Googling exercise provided me with following two descriptive articles.

  1. https://developer.apple.com/library/archive/documentation/Tools/Conceptual/SafariExtensionGuide/AddingContextualMenuItems/AddingContextualMenuItems.html

  2. https://code.tutsplus.com/tutorials/how-to-create-a-safari-extension-from-scratch--net-15050

like image 112
Jay D Avatar answered Dec 03 '22 06:12

Jay D