I am trying to develop a chrome extension, and I want to know if there is a way to change the position of a chrome extension popup and whether I can make it a sticky element. For example, an extension named Equatio, shows a sticky-like popup that remains at the bottoms of a user screen when its icon is clicked. I want to be able to do that, also, I am using Manifest Version 3 (if that helps).
I have already tried:
- Changing the position using the CSS position property
- Using Chrome Infobar (does not work)
- Using window.open() (also does not work for my purpose)