Index: chrome/common/extensions/docs/static/devguide.html |
=================================================================== |
--- chrome/common/extensions/docs/static/devguide.html (revision 67554) |
+++ chrome/common/extensions/docs/static/devguide.html (working copy) |
@@ -4,6 +4,8 @@ |
These pages assume you've completed |
the <a href="getstarted.html">Getting Started</a> tutorial |
and <a href="overview.html">Overview</a>. |
+Unless otherwise stated, everything in this page |
+applies to packaged apps, as well as extensions. |
</p> |
<table class="columns"> |
@@ -15,7 +17,7 @@ |
</tr> |
<tr> |
<td> <a href="browserAction.html">Browser Actions</a> </td> |
- <td> Add icons to the toolbar </td> |
+ <td> Add icons to the toolbar <em>(extensions only)</em> </td> |
</tr> |
<tr> |
<td> <a href="notifications.html">Desktop Notifications</a> </td> |
@@ -32,7 +34,7 @@ |
</tr> |
<tr> |
<td> <a href="pageAction.html">Page Actions</a> </td> |
- <td> Add temporary icons inside the address bar </td> |
+ <td> Add temporary icons inside the address bar <em>(extensions only)</em> </td> |
</tr> |
<tr> |
<td> <a href="themes.html">Themes</a> </td> |
@@ -118,7 +120,7 @@ |
</tr> |
<tr> |
<td> <a href="hosting.html">Hosting</a> </td> |
- <td> Host extensions in the Extensions Gallery or on your own servers </td> |
+ <td> Host extensions on Google servers or your own </td> |
</tr> |
<tr> |
<td> <a href="external_extensions.html">Other Deployment Options</a> </td> |