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

## Details - [ ] closes # - [ ] If RFC, it has been approved for implementation. ### Code of Conduct - [x] I agree to follow this project's...

### What happened? A bug happened! firefox submission fails if i import svg icons using `import "url:./../assets/some-icon.svg"` firefox store throws an error when the extension is submitted. the import line...

bug

### What happened? I want inject a script to "main" world use content script like this: ```js var s = document.createElement('script'); s.src = chrome.runtime.getURL('afterContentScript.js'); s.onload = function () { console.log('hello...

question

### How do you envision this feature/change to look/work like? ``` process.env.PLASMO_TARGET === "chrome-mv3" process.env.PLASMO_BROWSER === "chrome" process.env.PLASMO_MANIFEST_VERSION === "mv3" ``` ### What is the purpose of this change/feature? Why?...

enhancement

### How do you envision this feature/change to look/work like? > pnpm create plasmo with-stripe The above command would clone the `with-stripe` example from the examples repository, and apply necessary...

enhancement

### How do you envision this feature/change to look/work like? We are discussing how to solve this issue - TBA - [ ] #198 - [ ] Simplify the remount...

enhancement
polling

### What is the example you wish to see? I'd like to learn how to use Content Script UI with SPA pages. (They use history APIs to do client side...

documentation

### How do you envision this feature/change to look/work like? Provide "out-of-box" support for WASM integration. Web Assembly (Wasm) Support (Integration & Recipes) ### What is the purpose of this...

documentation

### How do you envision this feature/change to look/work like? We have DevTools support, but we need to think about how to best integrate the sub-components like [Panels](https://developer.chrome.com/docs/extensions/reference/devtools_panels/), etc. ###...

enhancement
help wanted
polling

### How do you envision this feature/change to look/work like? A package that abstract out JWT flow (and other) for extension, allowing secure auth via message passing between background script...

enhancement
polling