A playground to learn creating chrome extension
The chrome extension set an example new tab page, a keyword to trigger extension actions, and a popup with an action button. All the interactions invoke the action of coloring all the divs on the page to red.
The extension is based on the tutorial Developing Google Chrome Extension.