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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/devguide.html

Issue 10914218: Removing references to legacy packaged apps across extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <h1>Developer's Guide</h1> 1 <h1>Developer's Guide</h1>
2 2
3 <p> 3 <p>
4 These pages assume you've completed 4 These pages assume you've completed
5 the <a href="getstarted.html">Getting Started</a> tutorial 5 the <a href="getstarted.html">Getting Started</a> tutorial
6 and <a href="overview.html">Overview</a>. 6 and <a href="overview.html">Overview</a>.
7 Unless otherwise stated, everything in this page
8 applies to packaged apps, as well as extensions.
9 </p> 7 </p>
10 8
11 <table class="columns"> 9 <table class="columns">
12 <tr> 10 <tr>
13 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> 11 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td>
14 </tr> 12 </tr>
15 <tr> 13 <tr>
16 <td colspan="2"> &nbsp;</td> 14 <td colspan="2"> &nbsp;</td>
17 </tr> 15 </tr>
18 <tr> 16 <tr>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </tr> 134 </tr>
137 <tr> 135 <tr>
138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> 136 <td> <a href="external_extensions.html">Other Deployment Options</a> </td>
139 <td> Distribute extensions on your network or with other software </td> 137 <td> Distribute extensions on your network or with other software </td>
140 </tr> 138 </tr>
141 <tr> 139 <tr>
142 <td> <a href="packaging.html">Packaging</a> </td> 140 <td> <a href="packaging.html">Packaging</a> </td>
143 <td> Create a <code>.crx</code> file so you can distribute your extension </ td> 141 <td> Create a <code>.crx</code> file so you can distribute your extension </ td>
144 </tr> 142 </tr>
145 </table> 143 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698