Create FireFox extension in jQuery
Few days ago Mozilla launched special site where you can find special FireFox addons. Special because they were written in JetPack. It’s a new technology that allows to write FireFox extensions not only in XUL, but in HTML, CSS and AJAX.
What is more important is that JetPack allows to use third party JavaScript libraries in your project, so developers can get full advantage of jQuery, Dojo, Google Maps and many other great JavaScript libraries.
Next grat future that developers will find very useful is that new JetPack addons can be debugged using FireBug, without restartin web browser, that is not the case for XUL based extension. Read more…


