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

Function closeTab

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

Source from the content-addressed store, hash-verified

317}
318
319export function closeTab(tab) {
320 return chrome.tabs.remove(tab.id);
321}
322
323export function pinTab(tab, pinned = true) {
324 return chrome.tabs.update(tab.id, { pinned: pinned });

Callers 1

openWebAndRunScriptFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected