2012-08-14 150 views

回答

1

确定找到了解决办法

chrome.tabs.onCreated.addListener(function(tab){ 
    alert("new tab "+tab.id); 
}); 
相关问题