You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chrome.windows.getCurrent(function(win)
{
chrome.tabs.getAllInWindow(win.id, function(tabs)
{
// Should output an array of tab objects to your dev console.
console.debug(tabs);
});
});
It wonder whether it may be possible to implement that? I.e., brotab active would get the active tab in each window, but brotab activewindow would get the active window.
Related to #65, does brotab know which window has focus? Or does brotab only know which tab (within a window) is active?
The text was updated successfully, but these errors were encountered: