Do It Yourself – Tutorials – How to make a Chrome Extension [Beginners Tutorial]

by | May 19, 2021 | 0 comments

Do It Yourself – Tutorials – How to make a Chrome Extension [Beginners Tutorial]

by | May 19, 2021 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



https://chrome.google.com/webstore/detail/open-multiple-websites/chebdlgebkhbmkeanhkgfojjaofeihgm?hl=en

Here is my first chrome extension — Open Multiple Websites

It lets you open your frequently visited websites with a single click

This is a step by step guide on how to make chrome extension.

Video is divided into 3 parts

1. Understand physical aspects of chrome extension
2. How to write a program for chrome extension
3. How to published extension on localhost or on web store

Writing google chrome extensions is easy. All you need is basic understanding of Javascript, HTML and CSS. And that’s it.

Resouces
1. Learn the basic of HTML and Javascript from the web.
2. Follow the Google extension guide.
https://developer.chrome.com/extensions/getstarted

Useful links
www.stackoverflow.com
jslint.com

source