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

### What happened? This code works as expected ``` export default Anchor; export const getInlineAnchorList: PlasmoGetInlineAnchorList = async () => document.querySelectorAll(`.comments-comment-texteditor .comments-comment-box__button-group`); ``` But I would like to customize root...

bug

### What happened? Trying to start dev after creating an empty project throws an error. ### Version Latest ### What OS are you seeing the problem on? MacOSX ### Node...

bug

### What happened? Hello , I encountered an issue where the popup interface in my Plasmo project is not filling the entire screen. Please refer to the attached image. ![image](https://github.com/PlasmoHQ/plasmo/assets/3446725/f7a236e0-e73a-4880-aa41-0a8b050abb9a)...

bug

### What is the example you wish to see? After reading documentation it is unclear to me if the framework support raw html without React or Vue. Please can someone...

documentation

### What happened? A bug happened! I customized a folder test in the src directory. There is an index.vue. Index.vue references components under components. It cannot be accessed after packaging....

bug

### What happened? Importing a framework like Primer.css fails with Cannot create property 'importer' on string 'index.scss' This has been fixed upstream in Parcel 2.10.0: https://github.com/parcel-bundler/parcel/pull/9256 ### Version Latest ###...

bug

### What happened? The style tag in the nested component in content scripts doesn't take effect when using Vue SFC. I'm working on a chrome plugin which will insert a...

bug

### What happened? Run plasmo build --target=firefox-mv3 or plasmo build --target=firefox-mv2 pack extension according official documentation: https://extensionworkshop.com/documentation/publish/package-your-extension/ Firefox display error when trying to install Debugging unpacked extension works without problem...

bug

### What happened? I'm trying to use fetch in service worker but encounter this issue when deploying to production environment. The following sample-code works in development (`plasmo dev`), but does...

bug

### What happened? it works fine in development mode. but in Production Build, after waiting for about a minute on the page and clicking the button, an error occurred ![image](https://github.com/PlasmoHQ/plasmo/assets/7157709/82732121-9d94-48ce-884a-fcbd61c91cff)...

bug