Add an example of opening a popup from a web page #453
alexbakers
started this conversation in
General
Replies: 2 comments 4 replies
-
Hi, it's not possible to open a popup programmatically. You can simulate it by putting your CSUI on the top right of the web page, and re-use your component that you use in a popup. |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can also call the BGSW and create a new window instead of using the existing popup: https://developer.chrome.com/docs/extensions/reference/windows/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Add an example of opening a popup from a web page.
How do I open a popup from a web page?
<a href="#">Open Extensions</a>
Thank you for your reply.
Beta Was this translation helpful? Give feedback.
All reactions