getStyle API not firing?
Using Plasmo in Nx Monorepo
project.json
configuration file to sharemessaging between content scripts and tab pages
Where can I see the key/value pairs saved by Plasmo's storage API in the dev tools?
Why my extension doesn't update automatically sometimes?
Facing ERR_PNPM_WORKSPACE_PKG_NOT_FOUND Error while trying with-nextjs repo from examples
examples/with-nextjs on î‚ main is :package: 0.0.1 via ⬢ v18.16.0
➜ pnpm i
 ERR_PNPM_WORKSPACE_PKG_NOT_FOUND  In : "@plasmohq/prettier-plugin-sort-imports@workspace:*" is in the dependencies but no package named "@plasmohq/prettier-plugin-sort-imports" is present in the workspace
examples/with-nextjs on î‚ main is :package: 0.0.1 via ⬢ v18.16.0
➜ pnpm i
 ERR_PNPM_WORKSPACE_PKG_NOT_FOUND  In : "@plasmohq/prettier-plugin-sort-imports@workspace:*" is in the dependencies but no package named "@plasmohq/prettier-plugin-sort-imports" is present in the workspace
Using environment variable for array
.env
file:
PLASMO_PUBLIC_DOMAINS=["http://foo.com/*", "http://bar.com/*"]
PLASMO_PUBLIC_DOMAINS=["http://foo.com/*", "http://bar.com/*"]
package.json
:...how can I send message to ext from a bookmarklet?
Is there a way to talk between content CUI scripts?
When using getOverlayAnchorList. how to get the id of the parent element?
Multiple root containers question
What's the usage of `pages` folder in the `with-message example? And how can I test relay messaging?
with-message
example for server days but no good result on relay messaging. Found that there is Next.js and a special address localhost:1947
, I guess it maybe a bad example? Maybe I misunderstand the meaning of this part of docs, Relay Flow,Website,CS/BGSW,Yes,No
.Google Analytics on Content Script
Using Google Analytics inside content script?
with-google-analytics
is working fine and GA is logging events successfully. Then I switched to the example with-content-scripts-ui
, and basically just copied over the content of popup.tsx
from the previous with-google-analytics
example into the latter example project.
...Style.css styles get overwritten in Context
with-tailwindcss
setup for the content.ts file. Not sure what to do from here and its a real block from pushing what I have built. Anyone help me out 🥲
Link to the project:...[SOLVED] Unable to override manifest.json
Opening a Tab Page from a Content Script UI
useStorage between two content script components in React
How do I share state variables between two anchored React components?
Pass data from Content Script to Popup