Now that we learned the different types of extensions, let's see how we can create our first browser extension.
In this article, we'll create an e...
For further actions, you may consider blocking this person and/or reporting abuse
Creating an extension with manifest v2 at this point will be pretty much outdated, when 2023 hits.
developer.chrome.com/docs/extensio...
developer.chrome.com/docs/extensio...
v3 allows you to build an extension for firefox and chrome at once. :)
Ah yes, aware of that, the new articles are on v3.
I kind of default to v2 for some support we are missing in our own ones π (habit)
Thanks for writing a nice and simple introduction into how to create extensions! I think a lot of people are not aware of how easy it is to create an extension, so this does a good job of showing the basics of it!
Since youβre creating a series around this topic, I would recommend you mention the importance of supporting v3 moving forward. I know that firefox currently does not support v3, but when you develop more and more extensions youβll realize anyway that you canβt really write the same code or tutorial for both browsers. Also, moving from v2 to v3 can be difficult as there are many changes between the two versions.
Yeah I think the new ones I use v3 all over.
I default to v2 as we need to support firefox, would really wish they hurry up and make it accept v3 π’
According to this seems like Firefox will be supporting v3 by the end of this year. However, theyβre looking into different ways for adapting it. So, again, one codebase for an extension wouldnβt be enough, you would need to write 2 to support chrominum browsers and firefox.
Honestly, after publishing two extensions, I found managing that a hassle and fully dropped support for firefox. Not sure how other devs feel about this too π
We still run mv2 for daily .dev and so far it's been good with one build.
However we're lucky to be a "older" extension so not forced to migrate to 3 for Chrome standards.
Nice article on how to create a simple extension. Very beginner friendly!
Glad you enjoyed it Julia.
Got a whole beginner series coming up π
Nice! Canβt wait to read them π
Nice tutorial
Thanks a lot Sakshi π
Nice and beginner friendly artic. Thanks for sharing.
Glad you enjoyed it π
Well explained!
Thank you Ganesh π
The article was interesting, don't be bored
Thanks, glad you enjoyed it β¨
Hi Khanh, I have not explicitly tested it in Firefox, they might use a slightly different way of defining the title bar.
I'll look into that.