Fortunately I found this Firefox Extension Tutorial (http://businesslogs.com/technology/firefox_extension_tutorial.php), which saved me a lot of time from going through some step-by-step tutorials on how to build a firefox extension.
This good tutorial is an overview of the development of a firefox extension. There is a good explaination of what firefox extension is and what technique it includes in the article, "Firefox extensions are simply extra XUL(XML User Interface Language), CSS, and Javascript files that sit on top of the default interface and replace or extend its functionality."
XML, CSS and Javascript are used just like in web design, which I am very familiar with. Firefox made the entire program as extensible as possible, which made extend its function a lot easier. And Mozilla is so committed to web standards that they actually built the entire user interface of their web browser in XUL ("XML User Interface Language") and then styled these XUL widgets using CSS, which made modify its UI as simple as web design. Also, the best thing is Firefox and a lot of its extensions are open source, which made building an extension not neccessary from scratch.
So I think building a firefox extension is not very hard. In the next couple of weeks I'm going to make my extension happen!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment