I am currently working on creating a custom Google Chrome extension.
My goal is to have a small window appear when the user clicks on the extension button, without using window.open
or traditional pop-ups, to display a specific web page. I have a basic understanding of JavaScript and have heard that it can be achieved with JavaScript. Essentially, I want to show my website in a limited size window using JS/HTML/CSS. Any suggestions on how to do this in a simple manner?
Here is an example (not identical, but similar): A Google Chrome extension that displays content in a custom window
Thank you for any insights you may have.