Extensions are small software programs that can modify and enhance the functionality of Google Chrome.
You write them using web technologies like HTML, JavaScript, and CSS. So if you know how to write web pages, you already know most of what you need to know to write extensions.
Here are some examples of what you can build with extensions:
Toolstrips![]() Display small toolbars in Google Chrome's chrome. |
Page actions![]() Add buttons to the Omnibox that get displayed for specific pages. |
Content scripts![]() Modify the look and behavior of web pages. |
This website contains all the information you need to build extensions. Start with one of these sections:
Also check out the discussion group: chromium-extensions.