Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 385 Bytes

Tab Switch

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

  1. modify manifest to include your URL
  2. on your webpage use the following script:

chrome.runtime.sendMessage("abcdefg app id here jisojd", {action: "switch_tab"});