How to Dynamically Mount/Unmount Plasmo Components without Page Refresh?
What is 'plasmo-mount-container'?
#plasmo-mount-container
target, but it's not clear to me what that is. I am not seeing this id anywhere in the codebase, and I am not seeing it in the rendered component either? I understand that the #plasmo-shadow-container
is basically a secondary wrapper inside the shadowRoot, but I am not sure what the #plasmo-mount-container
is. Maybe it's just some shorthand for targeting the framework's (svelte) own top-level element / mountpoint to plasmo, but I am not sure. You don't see this in the react example here:
https://github.com/PlasmoHQ/examples/blob/main/with-content-scripts-ui/contents/plasmo-overlay.css
Instead here, the .hw-top class is targetted directly.
Any clues?...sendToBackground in MAIN world doesn't work even with extensionId provided
To send a message from a content script thats in the main world you'll have to include your extension's id in the request. Your extension's id can be found in chrome's extension manager window once you've built and added it to your browser....
Requesting microphone permissions
Pass custom props to CSUI component
Using getInlineAnchorList but having plasmocsui into a child
Custom MutationObserver
How to send messages from content to content?
Create child components for ContentScript
Cannot get Chakra-UI to render on Content

Create new project with vue
Extension Works on DEV MODE but not in PRODUCTION MODE, Why???
Plasmo within Nx monorepo
posthog identification
Having a hard time integrating shad-cn with plasmo

Publishing Private (Unlisted) Extensions
Command Failed with signal "SIGABRT"
yarn dev
yarn dev
yarn create plasmo
yarn create plasmo

Any thing I should know about before fully commiting to plasmo
Adding alias
root/types-lib/
which contains
```
src/types-matchmaking.ts
tsconfig.json...