summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/docs.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 17:59:29 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 17:59:29 +0000
commit98eb439ca13fdfeb1f328fb5c0e28f5d537a2f63 (patch)
tree2916dffa93cad9446f3def4fb828bd31454daa80 /chrome/common/extensions/docs/static/docs.html
parent3cc8a9881a086b30707c356b84aef8b046b39e67 (diff)
downloadchromium_src-98eb439ca13fdfeb1f328fb5c0e28f5d537a2f63.zip
chromium_src-98eb439ca13fdfeb1f328fb5c0e28f5d537a2f63.tar.gz
chromium_src-98eb439ca13fdfeb1f328fb5c0e28f5d537a2f63.tar.bz2
Doc changes
TEST=none BUG=none Review URL: http://codereview.chromium.org/5398002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/docs.html')
-rw-r--r--chrome/common/extensions/docs/static/docs.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/static/docs.html b/chrome/common/extensions/docs/static/docs.html
index fc1ffd3..5dafa68 100644
--- a/chrome/common/extensions/docs/static/docs.html
+++ b/chrome/common/extensions/docs/static/docs.html
@@ -1,16 +1,26 @@
<div id="pageData-name" class="pageData">Hello There!</div>
<p>
-This documentation tells you how to write <em>Google Chrome Extensions</em> &mdash;
-small software programs
-that can modify and enhance the functionality of the
+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 write an extension,
+Before you code,
read these:
</p>
@@ -37,10 +47,11 @@ Also check out these:
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">Group: chromium-extensions</a>
</li>
<li>
- <a href="http://code.google.com/chrome/extensions/index.html">Home: Google Chrome Extensions</a>
+ <a href="http://chrome.google.com/webstore">Chrome Web Store</a>
</li>
<li>
- <a href="https://chrome.google.com/extensions">Gallery</a>
+ <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
+ developer documentation</a>
</li>
</ul>