firefoxの新アドオン方式Jetpack

現在のfirefoxのアドオンに代わる新しいアドオンの方式がJetpack。現在のfirefoxではアドオンをインストールした後にブラウザを再起動しなければならないけれども、jetpackアドオンは、インストールしてもブラウザを再起動する必要がないので閲覧を妨げることなく続けて行える。またJetpackアドオンは、これまでfirefoxの大きなバージョンアップのたびに使えなくなるアドオンが出てくる問題も解決する。Jatpackアドオンは再起動が必要ないこととfirefoxのバージョンアップ時にも問題がないことのほかに、ちょうどgreasemonkeyにような自由をユーザーに与えてくれる。ユーザーはサイトの見え方を自由にオン・オフできる。Jetpackアドオンの開発にあたっては、mozillaのオンライン開発エディタであるbespinとfirebugでシンプルに行うことが出来るという。

In a nutshell, it enables developers to create code packages that can be toggled on and off without the end user having to restart their browser. This is something that cannot be done with Firefox's current add-ons system, but has been possible in third-party tools such as Greasemonkey, which allow users to pick and choose which scripts are active. It solves another annoyance by letting developers create code that isn't outdated or broken every time the browser gets a major update. This is a problem that has plagued Firefox add-ons for years.

http://news.cnet.com/8301-17939_109-10245934-2.html

Jetpack is being described as "an exploration in using 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." In other words, if you know how to develop for the web, you should be able to build a Jetpack app. Developers can write code using Mozilla's web-based Bespin environment and the popular Firebug extension.

http://www.techcrunch.com/2009/05/20/strap-in-mozillas-jetpack-may-be-the-next-step-in-browser-extensions/