Index: chrome/common/extensions/docs/static/docs.html |
=================================================================== |
--- chrome/common/extensions/docs/static/docs.html (revision 68334) |
+++ chrome/common/extensions/docs/static/docs.html (working copy) |
@@ -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> — |
-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 @@ |
<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> |