✨ What you'll be making
In this tutorial, I'll walk you through how to make a chrome extension with vanilla javascript in a few simple steps. The c...
For further actions, you may consider blocking this person and/or reporting abuse
Awesome article but what about another extensions stores like Microsoft Edge Extensions Store? Is there a fee for joining? Also Is Microsoft Edge Extensions Store support chromium extensions Or they need different setup? Thank you. :)
they are same! although microsoft edge have its own addon store where you can list your chrome extension. it is because - both browsers are based on chromium engine.
you can also upload your chrome/edge extension to opera store wihtout making any changes as opera is based on chromium too.
As of now, you don't have to pay to list your addon on edge store.
Thank you. :)
however you need to pay a one-time fee of $5 on Chrome webstore
Thank you. :)
You do realise that essentially all browsers have almost exactly the same extensions API? This extension will work equally well on other browsers. You could make a few minor tweaks to the article, attract a wider audience, and help stop the awful dominance of a single browser engine. It will even work on the best browser - Firefox
i have a question about extension
lets say i have made a promodo timer extension
when u press on some thing the timer start counting down
but when iam closing the popup it restarting the counter and stop it
Using chrome local storage helps resolve this issue
Great article: you kept it simple, concise and straight to the point.
Thanks for writing this! Will try making my first extension soon.
would be great if you add some screenshots.
Anyways, this is great.
thanks!! :)