Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
export
function
closeTab(tab) {
320
return
chrome.tabs.remove(tab.id);
321
}
322
323
export
function
pinTab(tab, pinned = true) {
324
return
chrome.tabs.update(tab.id, { pinned: pinned });
Callers
1
openWebAndRunScript
Function · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected