Failed to resolve '...' from '...'
react-markdown
package with Plasmo
https://github.com/PlasmoHQ/plasmo/issues/774#issuecomment-1837268430...plasmo with shadcn ui components, style of shadcn ui component not work in content script ui
Can I build just the content script, without any additional assets/html etc?
Sharing import scheme or at least ignore them with NEXTjs
data-url:~assets/my-asset.png
don't work inside nextjs, how to configurate the nextjs config so thoses imports works correctly ? Its says in the docs that both are using swc under the hood right ?refreshUncaught SyntaxError: Unexpected identifier 'HMR'
I would like to create a Welcome page within my extension
Can I use only the CSUI Injection code from the plasmo repo?
Specify different icon path
plasmo
Any idea how to inject a MUI createTheme into CSUI?
Error processing content_security_policy.extension_pages: ‘script-src’
Reading manifest: Error processing content_security_policy.extension_pages: ‘script-src’ directive contains a forbidden http: protocol source
This is the code of the line that is calling the API. The PLASMO_PUBLIC_BASE_PATH
is "http://localhost:8080"
const myApi = new Api(new Configuration({ basePath: process.env.PLASMO_PUBLIC_BASE_PATH, apiKey: process.env.PLASMO_PUBLIC_CLIENT_API_KEY }))
...Injecting Content Script UI on Extension Click (and disabling popup)
Does Plasmo support Vue HMR for Content scripts?
Tilde Import for `.mjs`
.ts
to .mjs
and I noticed that it's now unable to be imported via ~config/env.mjs
(located in /src/config/env.mjs
). It used to work when it was a .ts file. I think it's due to this: https://docs.plasmo.com/framework/import#tilde- Any reason .js
and .mjs
aren't a part of this?How to make tab pages with vue?
How to use shadcn-ui stylings in content script?
MUI select components don't inherit styling
Extension fails to run due to Parcel - The Expression evaluated to a falsy value
CSUI main world on Firefox MV2 (Unexpected property "world" for scripting.registerContentScripts)
plasmo dev --target=chrome-mv3
, but it's not working for plasmo dev --target=firefox-mv2
(no CSUI shows up on the page). is injecting to the main world supported for mv2? if not, are there any alternative ways to execute a pre-existing function from the main world and return the data to the CSUI? thanks!
the error in devtools is: Uncaught Error: Type error for parameter scripts (Error processing 0: Unexpected property "world") for scripting.registerContentScripts.
(screenshot attached)
possibly relevant project information:...