Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4793)

Unified Diff: chrome/common/extensions/docs/static/docs.html

Issue 5398002: doc stuff (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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> &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 @@
<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>
« no previous file with comments | « chrome/common/extensions/docs/static/autoupdate.html ('k') | chrome/common/extensions/docs/static/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698