aminoasad
PD🧩 Plasmo Developers
•Created by aminoasad on 7/3/2024 in #👾extension
New Tab Sizing
Ended up resolving this by just editing the window styles as such :
useEffect(() => {
document.body.style.margin = "0"
document.body.style.overflow = "hidden"
})
a hacky way but resolved.5 replies
PD🧩 Plasmo Developers
•Created by lab on 11/22/2022 in #👟framework
How to run plasmo build --target=firefox-mv2
If you're using npm you can also just run
npm run build -- --target=firefox=mv2
3 replies