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

Function getPopupURL

scripts/helpers/utils.js:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255};
256
257export function getPopupURL() {
258 return chrome?.runtime?.getURL?.("/popup/popup.html");
259}
260
261export const getLastFocusedWindowIds = () => {
262 return chrome.runtime.sendMessage({

Callers 2

getLastFocusedTabFunction · 0.85
getCurrentTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected