>>872
Download - userChrome.js / tabunfirefox
http://tabunfirefox.web.fc2.com/download/userChromeJS.html
ここにあるOpenWith_1.1.1.uc.xulをダウンロード
このままでは使えないので以下のように変更します
106行目の
var url = content.location.href;

var url = gBrowser.currentURI.spec;
にする

124行目
nsILocalFile

nsIFile
に変更

33行目以降で利用したいブラウザ名とパスを記入します

userChrome.js用スクリプトを利用する準備がまだなら
>>878の要領で先に設定します