-
@tjx666 Since you rewrote part of the extension in your repo, you're free to replace the code here with yours (in a PR), making sure to preserve the code to publish to Firefox (which still works here…
-
## Plasmo
Chrome拡張機能作成のためのフレームワーク
Q. この程度の規模でReactバンドルする必要があるのか
A. Plasmoは、`manifest.json`や`Vite`や`Webpack`等のビルド関連の設定を抽象化してくれてるから楽
デフォルトだと、ルートディれクリにファイルが作成されるから以下のコマンドが良さそう。
[Using the src di…
nka21 updated
2 weeks ago
-
### What happened?
When using the import command either in `uri` mode or `direct` css mode to load a css file, the CSS is bundled to the `panel.random.css` file but no script link is added to the `pa…
-
### What happened?
Tried getting help on the discord, but it seems to be dead.
Trying to setup a basic options page example following the `with-options` example.
When I run `plasmo dev`, I get …
-
### Feature Request
My content script runs across ``. Currently, when I manually load my extension or update the `content` or `background` scripts, all open browser tabs automatically reload. This wa…
-
### What happened?
Hi, I'm writing a content script UI for my plugin. I want it to be displayed on three website(e.g. A, B, C).
It woks on website A and B, but not C.
I looked into what happened…
-
### What happened?
After updating from 83 to 84, the build process errors out due to:
``` shell
🔴 ERROR | Failed to resolve './gen-assets/icon16.plasmo.png' from './.plasmo/chrome-mv3.plasmo.man…
-
### What happened?
A bug happened!
I use a macbook air m3 (8gb) and when I init a project with pnpm create plasmo or plasmo init and I tried to start the project witn pnpm dev or plasmo dev. I h…
-
so i have plasmo voice installed in my server but im keep getting it trying to connect to udp server then after it connects after say a couple of words in it it disconnects and its trying to reconnect…
-
### What happened?
I am installing Plasmo with MUI using [examples/with-mui](https://github.com/PlasmoHQ/examples/tree/main/with-mui).
However, I got an error when I removed some components from…