| Firefox plugins |
|
|
|
| Written by Eduardo García | |
| Friday, 29 October 2010 11:05 | |
|
Firefox plugins allow you to add new features to your favourite browser. Here you will find two example (very simple) plugins we developed long time ago.
PingPongThis plugin was developed more as a Proof Of Concept, and it was used later as a learning tool for us to teach XUL programming.
Lola EditorWe developed this plugin to help us cleaning and standarizing the CSS and HTML markup of a big portal we was building for a customer, whose layout was broken due to a terribly designed legacy CSS. By that time we was working with the wonderful tools "Web developer"
Getting the source code of the plugingsI mentioned before that these two plugins were "shared" under a LGPL license, so you can both freely use the plugin and freely access the source code, to take a look and maybe learn something, to use it as starting point for a new project or to modify to meet your own needs. To access the source code you only need to download the plugin from Mozilla addons page, and save the ".xpi" file to your local file system instead of installing it (the default action for your firefox browser). So, if you download with firefox, don't forget to click right button, then "save as..." The downloaded file, with "xpi" extendion, is just a zip file (in fact we use java jar tool to create them) containing all the source code and resources (like css, images, etc). You can find information on how to develop in the Documentacion center. The skills you need to modify or develop your own plugin are XUL, JavaScript, CSS, HTML, DOM. From Stream18 we encourage to use our shared code and we hope you can find it useful. In case you need us to do some improvement on these plugins, or you need a new plugin to be developed, don't hesitate to contact us:
|





This e-mail address is being protected from spambots. You need JavaScript enabled to view it