Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Show popup on page load #108

Open
im-mike opened this issue Nov 23, 2022 · 4 comments
Open

Feature request: Show popup on page load #108

im-mike opened this issue Nov 23, 2022 · 4 comments

Comments

@im-mike
Copy link

im-mike commented Nov 23, 2022

It would be helpful to automatically load the popup on page load/page refresh when "Apply styles automatically" is switched on.
At the moment you have to to click the extension's icon to open it every time after reloading the page.

Thank you!

@webextensions
Copy link
Owner

@im-mike
Thank you for your feedback 🙂

We will attempt to do that soon 👍

@im-mike
Copy link
Author

im-mike commented Jun 28, 2023

I was curious if you're still working on this?
It would be really good if the popup re-opened after reloading the page - ideally keeping the same window position (at the moment it opens it top left corner - while I have it outside of the main window [on the side, to the left - I guess it could stick to the left edge of the screen])

Thanks in advance:)

@webextensions
Copy link
Owner

@im-mike

Would like to clarify one thing, when you say "automatically load the popup on page load/page refresh", here, by "popup", do you mean:

  • the floating code editor within the webpage ?
    OR
  • the editor which opens in the small sized new browser window ("Edit in external window") ?

Notes:

  • For the code editor in external window, the positioning can't be controlled.
  • In the latest version of the Chrome and related browsers, there is a new API (view) called "chrome.sidePanel" (https://developer.chrome.com/docs/extensions/reference/sidePanel/). We wish to experiment with that as well in case that helps some of the common use-cases.

@im-mike
Copy link
Author

im-mike commented Jul 11, 2023

I meant the "Edit in external window" popup.

Thanks a lot in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants