Thanks for the info!Remember that those are modifications to the actual Chrome code, and have more access to modifications than extensions do. ;P
However, Wicked, it is possible. You can use chrome.tabs.getAllInWindow to get the list of tabs in the window (and iterate through them to find the position of each, and which is focused (though there's a function to get what's focused, it'd be more efficient to just us this one, in my opinion)). And use chrome.tabs.update to change what tab is in focus.


LinkBack URL
About LinkBacks




Reply With Quote
