Skip to content

Not opening in incognito mode #38

@ThinkRamen

Description

@ThinkRamen
        chrome.windows.create(setting, windowInfo => {
          chrome.windows.update(windowInfo.id,{focused: true, top: top, left: left});
          addToPopupMapping(windowInfo, tab.windowId);
        });
      })

Error handling response: TypeError: Cannot read properties of undefined (reading 'id')
at chrome-extension://nnlippelgfbglbhiccffmnmlnhmbjjpe/js/service-worker.js:194:44

Unchecked runtime.lastError: Tabs can only be moved between windows in the same profile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions