ĐARK々MÁTTER
ĐARK々MÁTTER
PD🧩 Plasmo Developers
Created by ĐARK々MÁTTER on 11/14/2024 in #🔰newbie
No supported UI library found.
pnpx plasmo init --with-svelte example
cd example
pnpm up -L '*'
pnpm run dev
pnpx plasmo init --with-svelte example
cd example
pnpm up -L '*'
pnpm run dev
2 replies
PD🧩 Plasmo Developers
Created by ĐARK々MÁTTER on 11/13/2024 in #👟framework
Svelte popup is not working from the with-svelte example
I have cloned the repo, installed using pnpm i and run dev server pnpm run dev. When I load the unpacked extension and click on it, doesnt open the popup. I also checked there is no popup html in the generated manifest in build directory, but it works with popup.tsx
3 replies
PD🧩 Plasmo Developers
Created by ĐARK々MÁTTER on 7/12/2023 in #👟framework
Error on loading content script
No description
4 replies
PD🧩 Plasmo Developers
Created by ĐARK々MÁTTER on 7/11/2023 in #👟framework
How can load multiple JS in the content script file
I have file contents/after-load.ts which runs at document_end and I want to load a script chrome.runtime.getUrl("scripts/css-selector-get.js")
4 replies