新しいタブに開くには
Utils.openUrlInBrowser(url);
現在のタブに開くには
var browser = Utils.currentChromeWindow.getBrowser(); browser.loadURI(url);
で開けた。 Utils に欲しいなあ。