This document discusses building Chrome extensions using Meteor. It covers why build extensions, the main parts of extensions like HTML/CSS, JavaScript and Chrome APIs, and UI elements like browser actions and popups. It then explains how Meteor can be used to build extensions, including using Meteor-DDP to communicate between the extension and Meteor app server, and how to handle more complex use cases like the Code Bounty extension. Resources for learning more are provided at the end.