You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I want to open my extension as a moveable popup window, I have to override browserAction.onClicked where I create the popup window using chrome.windows.create but I have to pass a path to the file which will get loaded, and I'm not sure how that would work with this setup. Any ideas? Thanks for your work! 👍
The text was updated successfully, but these errors were encountered:
Since I want to open my extension as a moveable popup window, I have to override
browserAction.onClicked
where I create the popup window usingchrome.windows.create
but I have to pass a path to the file which will get loaded, and I'm not sure how that would work with this setup. Any ideas? Thanks for your work! 👍The text was updated successfully, but these errors were encountered: