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

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

Issue 5285005: Merge 67553 - Small changes to the dev guide (which should've been in the las... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/devguide.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/devguide.html
===================================================================
--- chrome/common/extensions/docs/devguide.html (revision 67554)
+++ chrome/common/extensions/docs/devguide.html (working copy)
@@ -299,6 +299,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">
@@ -310,7 +312,7 @@
</tr>
<tr>
<td> <a href="browserAction.html">Browser&nbsp;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&nbsp;Notifications</a> </td>
@@ -327,7 +329,7 @@
</tr>
<tr>
<td> <a href="pageAction.html">Page&nbsp;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>
@@ -413,7 +415,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>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698