Mozilla Jetpack, an API For Standards-Based Add-Ons
revealingheart writes "Mozilla Labs have released a prototype extension called Jetpack: An API for allowing you to write Firefox add-ons using existing web technologies to enhance the browser (e.g. HTML, CSS and Javascript), with the goal of allowing anyone who can build a Web site to participate in making the Web a better place to work, communicate and play. Example add-ons are included on the Jetpack website. While currently only a prototype, this could lead to a simpler and easier to develop add-on system, which all browsers could potentially implement."
Google, you listenin'?
Just what we need - more ways to mess up a browser. I thought we were supposed to be working towards standards not adding more extensions!
The idea *is* to use standards! People already make add-ons, they might as well be interoperable too.
Does this not make sense to you?
-Taylor
Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?
What about xul (xml, css, js)?
I think they just re-invented Greasemonkey. But not well.
At least with Greasemonkey, there's a well-defined language. It's all Javascript. This thing seems to have some horrible mess of intermixed Javascript, CSS, and HTML. Plus it has JQuery built in, and a special symbol ("$") for it. (For a moment, I thought I was reading Perl.)
Having done some non-trivial work with Greasemonkey, I'm not sure this thing is a step up.