plasmo icon indicating copy to clipboard operation
plasmo copied to clipboard

🧩 The Browser Extension Framework

Results 199 plasmo issues
Sort by recently updated
recently updated
newest added

### How do you envision this feature/change to look/work like? Plasmo is great but lacks flexibility. It would be nice to allow importing plasmo inside custom script and run from...

enhancement
good first issue
help wanted

### What is the example you wish to see? ref: https://github.com/mantinedev/mantine/pull/3268 ### Is there any context that might help us understand? Mantine updated their framework to remove emotion - we...

documentation
help wanted

### How do you envision this feature/change to look/work like? Ideally the React chrome extension in the devtools should work. If not, then running `npx react-devtools` should work ### What...

enhancement

### What is the example you wish to see? I am using plasmo + nextjs + tailwind i need to connect keycloak SSO auth on secure way . can u...

documentation

### What happened? pnpm dev command always has problems,I've tried repeatedly still fails I tried to install the manual '@parcel/diagnostic' but it still got an error ### Version Latest ###...

bug

### What happened? storage.get cannot retrieve the values set using the set function of useStorage. ### Version Latest ### What OS are you seeing the problem on? _No response_ ###...

bug
help wanted
question

### What happened? When updating plasmo from 0.76.3 to 0.82.1, cosmiconfig is also updated from 8.2.0 to 8.3.2([email protected]). And then I tried to build my extension though `pnpm build` after...

bug

### What happened? ERROR | EMFILE: too many open files ### Version Latest ### What OS are you seeing the problem on? Windows ### What browsers are you seeing the...

bug

### What happened? ``` 🟠 WARN | [plasmo/parcel-runtime]: @plasmohq/parcel-transformer-manifest: Got unexpected undefined Error: Got unexpected undefined at nullthrows (/path/to/proj/node_modules/.pnpm/[email protected]/node_modules/nullthrows/nullthrows.js:7:15) at /path/to/proj/node_modules/.pnpm/@[email protected]/node_modules/@parcel/diagnostic/lib/diagnostic.js:156:41 at Array.map () at generateJSONCodeHighlights (/path/to/proj/node_modules/.pnpm/@[email protected]/node_modules/@parcel/diagnostic/lib/diagnostic.js:151:14) at $4ca1027d34905147$var$validateSchema.diagnostic (/path/to/proj/node_modules/.pnpm/@[email protected]/node_modules/@parcel/utils/lib/index.js:34634:88)...

enhancement
help wanted

### What happened? When I use @plasmohq/storage to store and read data, I find that chrome and edge behave differently, chrome needs to store JSON.stringify. edge does not, but it...

bug