is there documentation somewhere on how

is there documentation somewhere on how to make a side panel application?
Joshua Perk
Joshua Perkβ€’315d ago
Meaning a content UI script that's injected as an overlay?
BrianCao
BrianCaoβ€’315d ago
no sure exactly what that means πŸ˜…
BrianCao
BrianCaoβ€’315d ago
Chrome Developers
chrome.sidePanel - Chrome Developers
Build the next generation of web experiences.
Joshua Perk
Joshua Perkβ€’315d ago
Ahh! Sorry I thought you meany building your own side panel like this (using an injected CSUI)
No description
Joshua Perk
Joshua Perkβ€’315d ago
It looks like it's not supported and is open for contribution
Joshua Perk
Joshua Perkβ€’315d ago
GitHub
[RFC] Side panel API Β· Issue #615 Β· PlasmoHQ/plasmo
How do you envision this feature/change to look/work like? Thank you for the work! I wanted to create an extension on the new released Chrome side panel, and I am wondering if that can be done with...
Joshua Perk
Joshua Perkβ€’315d ago
GitHub
feat: sidepanel API by louisgv Β· Pull Request #651 Β· PlasmoHQ/plasmo
Details This PR aligns the sidepanel API on chrome and the sidebar_action API on firefox Code of Conduct I agree to follow this project's Code of Conduct I agree to license this contribution...
BrianCao
BrianCaoβ€’315d ago
ahh i see thanks!
Arcane
Arcaneβ€’315d ago
@briancao has reached level 1. GG!
BrianCao
BrianCaoβ€’315d ago
this is cool
BrianCao
BrianCaoβ€’315d ago
No description
BrianCao
BrianCaoβ€’315d ago
found a work around πŸ‘
Joshua Perk
Joshua Perkβ€’315d ago
πŸ‘ πŸ‘ πŸ‘ Let's go!
Arcane
Arcaneβ€’315d ago
@Joshua Perk has reached level 3. GG!
BrianCao
BrianCaoβ€’315d ago
πŸŽ‰
Want results from more Discord servers?
Add your server
More Posts
Triggering popup.tsx from content.tsxin my application, i should open the popup by clicking button on the content, how can i do that?CSUI not working on safariHi when I try to load content script I'm getting Error in safari console: Could not resolve bundle wtailwind not injecting styleshi, this is my tailwind.config.js ` /** @type {import('tailwindcss').Config} */ module.exports = { To send a message from one contentTo send a message from one content script UI to another in a browser extension using Plasmo, you canYes you can pass a variable from theYes, you can pass a variable from the `getInlineAnchorList` function to the CSUI component itself. Iyoutube videos need to refresh when clicked from youtubethis is my content.tsx file: ` import type { PlasmoCSConfig, PlasmoCSUIJSXContainer, PlasmoCSUAs a browser extension developer usingAs a browser extension developer using Plasmo, you can change the display page in `popup.tsx` on cliWhy isn't React router dom working in my popup.tsx?``` return ( <> <BrowserRouter> <Routes> <Route path="/" element={<TableIs plasmo forcing my vs code to use double quotes?I wonder if my prettier plugin is managed automatically by plasmo.Yes you can use the normal ` style ` tagYes, you can use the normal `<style>` tag in Vue with Plasmo. Plasmo offers first-class support for Can't import useChat from Vercel's AI SDKFails on a new project as well. ``` πŸ”΄ ERROR | Failed to resolve 'ai/react' from './popup.tsx' πŸ”΄ How to make css module work in devtools panel page ?Hi, I want to use `@devtools-ds/object-inspector` in devtools panel page, which uses css module, butdev build Emfile errorHello there, I am working on an extension project using plasmo, since few days I am getting an EMFTo mount your content page CSUI insideTo mount your content page (CSUI) inside an iframe instead of a shadow DOM using `getRootContainer`,Build options page asyncHi, I need to return component in async callback This is current version chrome.storage.sync.get(conHow to take a value from chrome to react stata?Hello, i need to take the src value of this image : ```html <img class="captcha__image" src="https:Styling Plasmo CSUI – PlasmoHello, I have a problem with the content script fonts when it switches between tabs. The font changegetStyle API not firing?I'm using the API in one of my content scripts: export const getStyle: PlasmoGetStyle = () => { cUsing Plasmo in Nx MonorepoHi guys, I'm trying to integrate Plasmo into Nx Monorepo, want to know if anyone tried and got it wplasmo messaging API pub-subHi how to use new pub-sub API? Any example codes?