Change daisyui theme
Toggle content.tsx visiblity with the pinned extension icon

ERR_PNPM_NO_MATCHING_VERSION No matching version found for @plasmohq/parcel-core@0.1.11
Failed to dynamically inject content script using activeTab
activeTab
permissions through my background script.
When I am referring the file like this import contentFile from "url:./lib/content.tsx"
and executing it like this
``` ...
Wondering about static analysis on content script output and AST usage in Plasmo
plasmo dev --target=firefox-mv3 tryies to connect to "wss" instead of "ws" and errors out
wss://localhost:1815
and then wss://localhost:1816
, fails both, then tries http://localhost:1815, and fails again
Big problem here is, on firefox, it then reloads the exension, some memory leaks seem to happen, then it all begins again.
Whereas, the second image is what it looks like, correctly, for firefox-mv2....
Override default newtab url
Connecting to Metamask (or any wallet extension) in my content script UI
Debugging plasmo source code
Error while setting plasmo on a fedora desktop.
Blacklisting
Bug in the with-messaging example
Google Analytics Issue (URL import)
import "https://www.googletagmanager.com/gtag/js?id=G-.....
in the dev build it works fine and I see requests to /collects and in the analytics dashboard I see the data, but in the production build it's not working and not able to import the gtag
Uncaught (in promise) Error: Cannot find module 'iKwBb
Uncaught TypeError: Cannot read properties of undefined (reading 'register')
...
Pass data from Content.ts to Options Page via Storage API
content.ts
to the options page using Storage API. Data is being set but returns undefined when accessed.
Current Behavior
- Data is collected from website in content.ts
- Attempting to store data using Chrome Storage API...
Hi there,
Fresh install with errors

Importing Tailwind CSS stylesheets for every content script UI component: how bad for performance?
globals.css
file for Tailwind (which also imports other stylesheets into itself) for each component.The overall size of this import is not negligible and since my components append themselves to posts on a social media feed I'm also concerned that the issue could be exacerbated.
My question is: how much of an issue is this for performance? I am mostly concerned about each component having a <style>
element containing kilobytes of CSS rules. At what point does this become a performance issue? Does each component's stylesheet need to be parsed or is there opportunity for caching? Does the extra size of the DOM also make lookups, etc more costly, etc?
Would love some feedback. Thank you!...
Is there a way to hook into the plasmo dev build?
parcel-core
in the next release?
Is there another way? Is there a concept of Plasmo plugins (for dev)?...