Education/ComputerScience/Extending: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:


=Jetpack=
=Jetpack=
XXX
Mozilla Labs has developed [https://jetpack.mozillalabs.com Jetpack], a new way to modify the behaviour of Firefox. [https://jetpack.mozillalabs.com/tutorial.html Learn how to write a Jetpack.]


[[Category:Education]]
[[Category:Education]]
[[Category:Computer Science]]
[[Category:Computer Science]]
[[Category:Extending]]
[[Category:Extending]]

Latest revision as of 22:17, 30 July 2009

Extensions

Creating a chrome overlay

Learn how to add a GUI to extension.

Modifying the browser with an extension

Learn how to add to or override the functionality of the browser.

Understanding Preferences

Change preferences programmaticly.

Reference

Extensions at the Mozilla Developer Center has excellent instructions for setting up a development environment.

Jetpack

Mozilla Labs has developed Jetpack, a new way to modify the behaviour of Firefox. Learn how to write a Jetpack.