Showing posts with label how to create mozilla add on. Show all posts
Showing posts with label how to create mozilla add on. Show all posts

Tuesday 15 April 2014

how to create mozilla add on ?

how to create mozilla add on by thehelp of  Add-on SDK.Add-on SDK is set of APIs bundled with a command line utility that allows you to develop add-ons with your own tool chain.
  • Choose your own code editor
  • Access your development files locally
  • Get greater control over SDK build steps
Download the Add-on SDK

 


Build your add-on

Once you're familiar with the extension development environment, it's time to start on your first add-on. Back in the day, this meant climbing up a hill in the snow to find a suitable template to copy for your add-on's install manifest. Fortunately, the Add-on Developer Hub (that's this!) introduces the snowmobile of extension packaging: the Add-on Packager!
Just follow the steps to enter your add-on's name, version number, supported applications, and other details, and it will make your extension package for download. Not only does it generate your install manifest, but you can select common interface elements like toolbars, sidebars, and context menus to make a working extension skeleton. We're practically writing your extension for you!

 


How to develop a Firefox extension