blob: 29674835e4b09d42411225e69aecadc6d3bf88a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<div id="pageData-title" class="pageData">Chrome Extensions Developer Documentation</div>
<p> If you want to customize Google Chrome, you've come to the right place. An <em>extension</em> is a bundle of web code (HTML, JavaScript, perhaps some CSS) that lets you add functionality or a bit of user interface (usually both) to the browser. <a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Examples of extensions</a> include a mail checker, a newsfeed subscriber, and a status monitor.<br>
</p>
<p>[Maybe add some nice enticing pictures of toolstrips and moles (when we have them)]</p>
<p>If you just want to dive in, try <a href="getstarted.html">Get Started</a>. Otherwise, if you'd prefer to start with the high level overview, try <a href="overview.html">Overview</a>.
|