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 manifest api for creating sidebar extension for Opera's browsers #1099

Open
3 of 4 tasks
PawelGawlikDev opened this issue Oct 7, 2024 · 6 comments
Open
3 of 4 tasks
Labels
enhancement New feature or request

Comments

@PawelGawlikDev
Copy link

PawelGawlikDev commented Oct 7, 2024

How do you envision this feature/change to look/work like?

Is it possible to add option to create sidebar extension for opera like is describe here: https://help.opera.com/en/extensions/sidebar-action-manual/.

What is the purpose of this change/feature? Why?

If i'd like to create extension with will be display in sidebar instead of in popup (most extension created for Opera do it in this way).

(OPTIONAL) Example implementations

No response

(OPTIONAL) Contribution

  • I would like to contribute to this RFC via a PR

Verify canary release

  • I verified that the issue exists in plasmo canary release

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@PawelGawlikDev PawelGawlikDev added the enhancement New feature or request label Oct 7, 2024
@duoluodexiaoxiaoyuan
Copy link

image
I encountered this problem and I don’t know how to solve it. I don’t understand the documentation very well.

@PawelGawlikDev
Copy link
Author

Any update?

@duoluodexiaoxiaoyuan
Copy link

Any update?

thank u ,i slove this questions

@PawelGawlikDev
Copy link
Author

@louisgv ^

@louisgv
Copy link
Contributor

louisgv commented Oct 31, 2024

This should work I think? https://docs.plasmo.com/framework/ext-pages#adding-a-side-panel

@PawelGawlikDev
Copy link
Author

@louisgv Not exactly because API for sidebar looks like this:

"sidebar_action": {
	// Required
	"default_icon": "icon.png",
	// Optional; shown in tooltip
	"default_title": "My Sample Extension",
	// Required
	"default_panel": "panel.html"
}

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

No branches or pull requests

3 participants