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

Thank you for the amazing work on this MUCH-needed framework.. Plasmo is amazing and makes my job a lot easier :-) ### Actual behaviour When an empty `/src` is present,...

bug

### What happened? ![image](https://github.com/PlasmoHQ/plasmo/assets/139890307/6185f777-4ab5-4e83-9858-d9f984e464df) ``` const getStyle: PlasmoGetStyle = () => { const style = document.createElement("style") style.textContent = (cssText + antCssText).replaceAll(':root', ':host') return style } const getInlineAnchor: PlasmoGetInlineAnchor = ()...

bug

### What happened? Getting an error when `yarn dev` is used and we have a HOC function component with hooks ``` ... "@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js": "d37mJ" }], "jU5yN": [function(require, module, exports) {...

bug

### How do you envision this feature/change to look/work like? Hi,I have a question about plasmo build. I want to know if there is any way to solve it now....

enhancement

### How do you envision this feature/change to look/work like? If you already have a chrome.runtime.onMessage.addListener, then messaging does not work. This makes it unrealistically challenging to migrate an existing...

enhancement

### What happened? Hello, In order to reuse component, when I use a component that import any image like this `url:~assets/my-asset.png` or ` data-url:~assets/my-asset.png` etc. Nextjs cannot build at all....

bug

### What happened? A bug happened! Hello,I used "https://github.com/PlasmoHQ/examples"-With Vue, I would like to use a component package (https://primevue.org/) inside the content folder files,or popup.vue. To add to popup/options/newtab etc...

bug

### What happened? After running `pnpm create plasmo`, check it in your browser using `pnpm dev`. The popup does not spread to the full content. ### Version Latest ### What...

bug

### What happened? Hi 👋, I noticed a a weird behaviour while using typescript. Basically with the below code: ```ts const foo: string | null = null ``` I was...

bug

### What happened? Trying to call sendToBackground to one of my message handlers from within another background message handler. I get `Error: Could not establish connection. Receiving end does not...

bug