おぉ〜便利だぁぁ。もじら組フォーラムのコメントで見つけました。
ツールバーのボタン、右クリックから外部アプリケーションを開く拡張です。テキストエディタ、画像ビューアなども可能です。有名どこは自動で登録されます。また、手動での追加も可能という、私にとっては夢のような(笑)拡張です。
※知ってる人にしたら「なんや、あんたそんな有名なのしらんかったんかい!」かもしれませんけど。(滝汗
- gemal.dk - Mozilla - Launchy
- 電網探題: Launchy(日本語版 )
- 解説:Launchy - Mozilla Firefox Thunderbird の拡張あれこれ - 2
ツールバーのボタン:
右クリックメニュー:
オプション:
追加する場合は、プロファイルフォルダの chrome フォルダ内に launchy.xml を作成します。私のはこんなかんじ。
※ 文字コードはUTF-8(N)で保存します。
<?xml version="1.0" encoding="UTF-8"?> <configurations xmlns="[]http://launchy.mozdev.org/configurations[]"> <application> <label>Opera</label> <type>1</type> <command>%ProgramFiles%\Opera\Opera.exe</command> <arguments></arguments> </application> <application> <label>Safari</label> <type>1</type> <command>%ProgramFiles%\Safari\Safari.exe</command> <arguments></arguments> </application> <application> <label>Sleipnir</label> <type>1</type> <command>%ProgramFiles%\Fenrir & Co\Sleipnir\bin\Sleipnir.exe</command> <arguments></arguments> </application> <application> <label>unDonut</label> <type>1</type> <command>D:\etc\unDonut\unDonut\unDonut.exe</command> <arguments></arguments> </application> <application> <label>EdTex</label> <type>7</type> <command>%ProgramFiles%\EdTex\edtex.exe</command> <arguments></arguments> </application> <application> <label>Hidemaru</label> <type>7</type> <command>%ProgramFiles%\Hidemaru\Hidemaru.exe</command> <arguments></arguments> </application> </configurations>
【追記】下記ページにて自動記述してくれますね。
これで、IE View , OperaView , ViewSourceWith*1 なんかが要らなくなりました。拡張の数が減ってめでたしめでたし。(何
※注意点としては、ソース表示した際に文字コードはそのままですが改行コードが「LF」になっちゃいます(※ローカルファイル除く)。じゃなくて、サーバ次第でした(汗)。UNIX系サーバでは「LF」になるかと。すんません。「LF」だとメモ帳などでは改行が(矢印マークになったり)おかしくなります。ワードパッドでは改行コードはOKですが、 Shift_JIS 以外の文字コードだと日本語が文字化けする模様です。
*1:ViewSourceWith は CSS や js も指定できるのであった方がいいかも?