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

Add side panel to the code set #32

Open
rs8dms opened this issue Jun 20, 2024 · 1 comment
Open

Add side panel to the code set #32

rs8dms opened this issue Jun 20, 2024 · 1 comment

Comments

@rs8dms
Copy link

rs8dms commented Jun 20, 2024

Add the functionality to be able to use Side Panel in the extensions, I would be delighted and grateful for that change, and thank you for the update in your previous response, if I reached the email and read it, the sidepanel code is here:

https://developer.chrome.com/docs/extensions/reference/api/sidePanel?hl=es-419

{
"name": "My side panel extension",
...
"side_panel": {
"default_path": "sidepanel.html"
}
"permissions": [
"sidePanel"
]
...
}

excellent code to make extensions :3

@yurist38
Copy link
Member

This is a nice idea, it would be a great addition to the starter. I'll find some time to add it

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