We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey i have nextjs project where i tested to display with sidepanel but is not working
I have created /src/tabs/sidepanel.tsx
and then in manifest like this:
"manifest": { "host_permissions": [ "https://*/*" ], "permissions": [ "tabs", "sidePanel" ], "side_panel": { "default_path": "tabs/sidepanel.html" } }
nothing happens when i click on the extension.
I've also tried with [with-sidepanel](https://github.com/PlasmoHQ/examples/tree/main/with-sidepanel) but nothing is happening any ideas?
[with-sidepanel](https://github.com/PlasmoHQ/examples/tree/main/with-sidepanel)
Latest
No response
The text was updated successfully, but these errors were encountered:
I have also encountered this issue, may I ask if you have solved it?
Sorry, something went wrong.
I was able to resolve it by manually adding a background script to the project.
// src/background.ts chrome.action.onClicked.addListener(() => { chrome.sidePanel.setPanelBehavior({ openPanelOnActionClick: true }); });
No branches or pull requests
What happened?
Hey i have nextjs project where i tested to display with sidepanel but is not working
I have created /src/tabs/sidepanel.tsx
and then in manifest like this:
nothing happens when i click on the extension.
I've also tried with
[with-sidepanel](https://github.com/PlasmoHQ/examples/tree/main/with-sidepanel)
but nothing is happening any ideas?Version
Latest
What OS are you seeing the problem on?
No response
What browsers are you seeing the problem on?
No response
Relevant log output
No response
(OPTIONAL) Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: