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

Added open popup #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added open popup #78

wants to merge 1 commit into from

Conversation

manthanabc
Copy link

In policy installed extensions (like manually installed ones) you can actually open the popup on user action on chrome 118 or higher
this adds support for the same, and open the home.html directly in the popup view as shown in the video

recording.mp4

references
mdn
chromedev

@Roaster05
Copy link
Contributor

@manthanabc this PR can be merged with #80 we can add a seperate context-menu just to open the extension

@manthanabc
Copy link
Author

@Roaster05

separate context-menu just to open the extension

In #80 the first option in the sub-menu does exactly that, each extension can only have one context menu entry at a time. otherwise they will all be automatically collapsed into a sub menu.

from developers.chrome.com
You can create as many context menu items as you need, but if more than one from your extension is visible at once, Google Chrome automatically collapses them into a single parent menu

thanks!

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

Successfully merging this pull request may close these issues.

2 participants