タブがウインドウから出て行った際に発生するイベント。例えば、ウインドウ間でタブを移動した場合などに起きる。
chrome.tabs.onDetached.addListener(function(integer tabId, object detachInfo) {...})
対象タブのID。