MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / focusToTab

Function focusToTab

scripts/helpers/utils.js:315–317  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

313
314// https://stackoverflow.com/a/25226679/11898496
315export function focusToTab(tab) {
316 return chrome.tabs.update(tab.id, { active: true });
317}
318
319export function closeTab(tab) {
320 return chrome.tabs.remove(tab.id);

Callers 1

openWebAndRunScriptFunction · 0.85

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected