Create a Firefox browser extension with user-interface features

Create extensions that go beyond the built-in capabilities of
Web browsers. The Mozilla project's XUL engine is a user-interface
language that you can use to extend Mozilla browsers, or to build
stand-alone applications. XUL is a surprisingly easy way to build
cross-platform browser extensions, and this pair of articles demonstrates
how.

<!-- if (document.referrer&&document.referrer!="") { // document.write(document.referrer);

read more

Comments are closed.