Firefox - Techniques - Addons - Extensions
< Browers related projects - Firefox - Techniques - Addons
< Browers related projects - Firefox - Techniques
< Browers related projects - Firefox - Extensions
< Browers related projects - Firefox
< Web development - Projects - Website - Browsers
< Web development - Projects - Browsers
< Web development - Projects
< Web programmming
< politicus
Get flash to fully experience Pearltrees
Extensions add new functionality to Mozilla applications such as Firefox, SeaMonkey and Thunderbird. They can add anything from a toolbar button to a completely new feature. They allow the application to be customized to fit the personal needs of each user if they need additional features, while keeping the applications small to download. Extensions are different from plugins , which help the browser display specific content like playing multimedia files. Extensions are also different from search plugins , which plug additional search engines in the search bar.
Development Overview This tutorial has been created for individuals wanting to develop full-featured extensions for the Mozilla Firefox browser. The tutorial has been constructed as a step-by-step guide providing many examples, explanations, and external references to help the reader have a full understanding of extension development. Please use the menu on the left to navigate through this tutorial.
Introduction This tutorial will take you through the steps required to build a very basic extension - one which adds a status bar panel to the Firefox browser containing the text "Hello, World!" Restartless, or bootstrapped extensions do not require a restart to install but are more limited than traditional extensions.
It’s not very easy to start writing an extension in Firefox. There’s a bunch of configuration to do. It usually takes a while to even make your extension display an alert box. So, I have outlined in brief the steps to get a basic working skeleton of a Firefox extension. And then, you can work your magic. First, you need to create a new profile for your extensions so that your extension will not mess up your bookmarks, etc.