Am I missing something in the Chrome tabs documentation or is there a way for an extension to change the currently active tab?
I have an extension which, once the tab ha
The answer by @serg has been deprecated since Chrome v33.
The following is the correct way it should be done now:
chrome.tabs.update(tabId, { highlighted: true });