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