タブがウインドウに入った際に呼び出されるイベント。例えば、ウインドウ間でタブを移動した場合などに発生する。
chrome.tabs.onAttached.addListener(function(integer tabId, object attachInfo) {...})
対象タブのID。