Welcome to the Chrome Extensions Blog. Here you will find reviews and featured chrome extensions, as well as my own creations.

Saturday, September 4, 2010

How to create your own Chrome Extension

It is simple to create and publish your own chrome extensions if you know some basic html, css and javascript.


  1. Create a Google Chrome Extension Developer Account.
  2. You need to pay $5 to be able to upload your extensions on the google site.
  3. A "Hello World" program here is a good place to get an idea of how a chrome extension works.
  4. Read the documentation here to learn about the feature chrome supports.
  5. Also see some source code examples.
After these steps you should be all set to develop your own extensions and put them up for the world to see.

No comments:

Post a Comment