Mozilla Thunderbird > アドオン > Launchy

目次


概要

  • メール内のURLを右クリックで任意のアプリケーションに渡す
  • 標準のブラウザ以外のブラウザを使い分けたいなら便利

URL

設定

  • プロファイルディレクトリ下の chrome\launchy.xml を編集して、右クリックで選択可能なアプリケーションを登録する
    • 例)Firefox、SeaMonkey、Google Chrome の3つを使い分けたい場合:
      <?xml version="1.0" encoding="UTF-8"?>
      <configurations xmlns="http://launchy.mozdev.org/configurations">
      	<application>
      		<label>Mozilla Firefox</label>
      		<type>1</type>
      		<command>C:\Program Files\Mozilla Firefox\firefox.exe</command>
      	</application>
      	<application>
      		<label>Mozilla SeaMonkey</label>
      		<type>1</type>
      		<command>C:\Program Files\mozilla.org\SeaMonkey\seamonkey.exe</command>
      	</application>
      	<application>
      		<label>Google Chrome</label>
      		<type>1</type>
      		<command>C:\Documents and Settings\<ユーザ名>\Local Settings\Application Data\Google\Chrome\Application\chrome.exe</command>
      	</application>
      </configurations>
      

タグ





最終更新:2009年09月13日 23:29