任何人都可以告訴我如何獲得Firefox上下一個標籤的URl嗎?提前Firefox擴展開發:獲取新標籤的URL
//The browser object points to the new tab which I capture using the
//'TabOpen' Event
var browser = gBrowser.getBrowserForTab(event.target);
//From where can I get the URL of this new tab ? Also, how to I get
//the Title of this new Tab
謝謝..
哇..非常感謝。 :) – coder 2010-02-10 22:13:12