Google Earth 検索プラグイン?

試しに、Firefox 用 Google ローカル検索プラグイン をいじってみたら、Firefox の検索窓からダイレクトに Google Earth で入力した住所が表示出来ました。あまり使いそうにないし、アイコン作るのが面倒なので、ソースだけ。こんな感じ。

<search
   name="Google Earth"
   description="Google Earth"
   method="GET"
   sourceTextEncoding="1"
   queryEncoding="utf-8"
   queryCharset="utf-8"
   action="[]http://local.google.com/maps[]">
<input name="q" user>
<input name="hl" value="ja">
<input name="output" value="kml">
</search>

ま、誰も使わんと思うけど。:p)