Skip to content

Chrome extension to Focus tab and window on page sending message

Notifications You must be signed in to change notification settings

bobbymaher/onMessageExternal-tab-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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"});

About

Chrome extension to Focus tab and window on page sending message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published