Replies: 2 comments
-
In theory you can build a web extension with any existing online tutorials, run it through Parcel, and get clean, cross-browser-compatible code as output. You can also use TypeScript, Sass, and other source types that require compilation to JS and CSS wherever you would normally import a JS or CSS file. The recipe is a thorough guide for this. However manifest version 3 is not supported until #7050 is merged. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. Its very common to have an API from google chrome that requires code like so: chrome.devtools.panels.create("My Extension", null, "custom.html"); That fails because custom.html isn't hashed.
But the code injected is :
Where the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I'm a newbie web developer, It's a long-time I'm programming but I'm into web technologies for less than a year.
As my first serious project I wanna make an extension (and I know its a very dangerous idea), my extensions needs are two types:
I use MANY APIs, and my main target is Firefox (and I use many Firefox/Chrome only APIs, with platform check and lots of cutting edge APIs hot out of doc pages of browsers) I saw parcel CAN build extensions for me and looked pretty simple to setup. but I have some worries.
I would be very greatful if parcel devs and pros help me out!
p.s 1: I know web extension support (recipe) is available but I don't know what a recipe is exactly
Beta Was this translation helpful? Give feedback.
All reactions