A Chrome extension to Focus the tab and window on a certain webpage that wants the focus
it uses chrome.runtime.onMessageExternal.addListener to recieve a message from a webpage to notify the extension
- modify manifest to include your URL
- on your webpage use the following script:
chrome.runtime.sendMessage("abcdefg app id here jisojd", {action: "switch_tab"});