DEV Community

Cover image for How to make a chrome extension with javascript

How to make a chrome extension with javascript

Ivy Chen on June 04, 2021

✨ 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...
Collapse
 
kevinmmansour profile image
Kevin M. Mansour

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. :)

Collapse
 
fxnoob profile image
hitesh saini • Edited

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.

Collapse
 
kevinmmansour profile image
Kevin M. Mansour

Thank you. :)

Thread Thread
 
zippytyro profile image
Shashwat Verma

however you need to pay a one-time fee of $5 on Chrome webstore

Thread Thread
 
kevinmmansour profile image
Kevin M. Mansour

Thank you. :)

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

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

Collapse
 
fettah_aud profile image
Fettah Aud

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

Collapse
 
supritha profile image
Supritha

Using chrome local storage helps resolve this issue

Collapse
 
waqar profile image
Waqar Ahmed

Great article: you kept it simple, concise and straight to the point.

Collapse
 
zippytyro profile image
Shashwat Verma

Thanks for writing this! Will try making my first extension soon.
would be great if you add some screenshots.
Anyways, this is great.

Collapse
 
ivavay profile image
Ivy Chen

thanks!! :)