blob: 5dafa68394b56905c7f7011b2a668464ed1b85d5 [file] [log] [blame]
<div id="pageData-name" class="pageData">Hello There!</div>
<p>
This documentation tells you how to write extensions
and packaged apps for the
<a href="http://www.google.com/chrome">Google Chrome browser</a>.
Because extensions came first,
the APIs and these docs say <em>extension</em> everywhere,
even though almost everything applies to packaged apps, as well.
</p>
<p class="caution">
<b>Note:</b>
Unless you see a note
describing an exception for packaged apps,
everything in this documentation applies to both extensions and packaged apps.
</p>
<h2 id="readme"> Where to start </h2>
<p>
Before you code,
read these:
</p>
<dl>
<dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt>
<dd> Build a simple "Hello, World" extension in about 5 minutes </dd>
<dt> <a href="overview.html">Overview</a> </dt>
<dd> Learn about the fundamental design points of the extension system </dd>
</dl>
<p>
Also check out these:
</p>
<ul>
<li>
<a href="devguide.html">Developer's Guide</a>
</li>
<li>
<a href="samples.html">Samples</a>
</li>
<li>
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">Group: chromium-extensions</a>
</li>
<li>
<a href="http://chrome.google.com/webstore">Chrome Web Store</a>
</li>
<li>
<a href="http://code.google.com/chrome/webstore/">Chrome Web Store
developer documentation</a>
</li>
</ul>
<h2 id="versions"> Doc versions </h2>
<p>
In general, you should view these pages at
<b>http://code.google.com/chrome/extensions/<em>&lt;filename></em></b>
(for example,
<a href="http://code.google.com/chrome/extensions/overview.html">http://code.google.com/chrome/extensions/overview.html</a>).
However, if you need to see the very latest doc
or you're using a different version of Google Chrome
than most of the world is
(perhaps the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev channel</a>),
you might want to use a different URL
(for example,
<a href="http://code.google.com/chrome/extensions/dev/overview.html">.../extensions/<b>dev/</b>overview.html</a>).
The following table lists the doc locations and explains how they differ.
</p>
<p>
<table class="noborders">
<tr>
<th> URL </th> <th> Version </th>
</tr>
<tr>
<td>
<a href="http://code.google.com/chrome/extensions/overview.html">.../extensions/...</a>
</td>
<td>
The version you should probably be using.
This documents the most stable version of the extension API.
</td>
</tr>
<tr>
<td>
<a href="http://code.google.com/chrome/extensions/beta/overview.html">.../extensions/<b>beta/</b>...</a>
</td>
<td>
<p>
Documentation for the Beta channel version of Google Chrome.
</p>
<p>
<strong>Note:</strong>
APIs on the Beta channel are subject to change.
</p>
</td>
</tr>
<tr>
<td>
<a href="http://code.google.com/chrome/extensions/dev/overview.html">.../extensions/<b>dev/</b>...</a>
</td>
<td>
<p>
Documentation for the Dev channel version of Google Chrome.
This version might also have bug fixes and feature information
that are relevant to the current doc
but haven't been integrated into it yet.
</p>
<p>
<strong>Note:</strong>
APIs on the Dev channel are subject to change.
</p>
</td>
</tr>
<tr>
<td>
<a href="http://code.google.com/chrome/extensions/trunk/overview.html">.../extensions/<b>trunk/</b>...</a>
</td>
<td>
The very latest documentation.
Look here if you're using a tip-of-tree version of
<a href="http://dev.chromium.org">Chromium</a>
or if you're curious about features to come.
This version might also have bug fixes and feature information
that are relevant to the current doc
but haven't been integrated into it yet.
<p>
<strong>Note:</strong>
The trunk version of the doc is preliminary and might have errors.
</p>
</td>
</tr>
</table>
</p>