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
- https://blog.checklyhq.com/creating-a-chrome-extension-in-2018-the-good-the-bad-and-the-meh/
- https://github.com/dwyl/learn-chrome-extensions
- https://dev.to/ankitverma31/building-your-first-chrome-extension-a-beginner-s-guide-40a9
- https://medium.com/javascript-in-plain-english/how-to-make-a-chrome-extension-with-vue-js-56e50bd97972
- 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)
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!
Yep.