DEV Community

suren40
suren40

Posted on

Learning resources for browser extension development

After learning basics of JavaScript making browser extension can be playground for playing with our JavaScript skills. Today I am going to share some links or resources I collect. I find documentation of chrome extension really difficult to start understand but I we need it to be perfect. Here are the list I collected

  1. https://blog.checklyhq.com/creating-a-chrome-extension-in-2018-the-good-the-bad-and-the-meh/
  2. https://github.com/dwyl/learn-chrome-extensions
  3. https://dev.to/ankitverma31/building-your-first-chrome-extension-a-beginner-s-guide-40a9
  4. https://medium.com/javascript-in-plain-english/how-to-make-a-chrome-extension-with-vue-js-56e50bd97972
  5. https://www.streaver.com/blog/posts/create-web-extension-vue.html

One of the best video tutorials I found on YouTube is
1 . https://www.youtube.com/playlist?list=PLRqwX-V7Uu6bL9VOMT65ahNEri9uqLWfS.

I will keep on adding other resources so that it may help the beginner like me to learn.

Top comments (2)

Collapse
 
pavelloz profile image
Paweł Kowalski

I agree, browser extensions development is one of those areas that is potentially amazingly rewarding and powerful, but there is not a lot of places to learn it from 0 to hero :)

Thanks a lot!

Collapse
 
suren40 profile image
suren40

Yep.