Skip to main content

Your First Firefox Extension

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 52 people (-13 private), first by anonymouse user on 2006-06-21


Public Comment

on 2006-07-27 by cram_123

How to build firefox extensions

on 2006-09-05 by chusrp

Your First Firefox Extension

on 2006-09-15 by housetier

this describes how to build an extension for firefox using XUL and javascript

on 2006-10-14 by wd5gnr

Tutorial

Public Sticky notes

let's take a look at how one goes about creating these magical extensions

Highlighted by housetier

Firefox, the fun open-source browser that some ten percent of the web uses, has a secret.

No, not about:mozilla — that's old news. Firefox's secret is the same as Jessica Simpson's: its effortless, glamorous style is the result of — shhh — extensions!

Highlighted by ktenney

If you've ever worked with XML, then XUL will look familiar. Every XUL script starts with a namespace declaration, and has its content inside tags like and . Firefox's XUL parser sits right next to its parsers for things like HTML and JavaScript, and they work along similar lines. If you need to

Highlighted by r_de_menech

The active ingredient is XUL, a markup language (the eXtensible [or "XML-Based"] User-interface Language,

Highlighted by ratbeard

XUL will provide the interface. JavaScript handles the functionality.

Highlighted by ratbeard