We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa557 commit b53efafCopy full SHA for b53efaf
extras/background.js
@@ -691,6 +691,9 @@ chrome.runtime.onMessageExternal.addListener(async function (
691
url: "/extras/index.html",
692
});
693
}
694
+ if (msg === "returnToTab") {
695
+ await chrome.tabs.update(sender.tab.id, {active: true})
696
+ }
697
if (typeof msg === "object") {
698
if (msg.message === "storageSet") {
699
await chrome.storage.sync.set({ [msg.key]: msg.value });
0 commit comments