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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 <div id="pageData-name" class="pageData">Developer's Guide</div> 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 7 Unless otherwise stated, everything in this page
8 applies to packaged apps, as well as extensions. 8 applies to packaged apps, as well as extensions.
9 </p> 9 </p>
10 10
11 <table class="columns"> 11 <table class="columns">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <td> Host extensions on Google servers or your own </td> 135 <td> Host extensions on Google servers or your own </td>
136 </tr> 136 </tr>
137 <tr> 137 <tr>
138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> 138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td>
139 <td> Distribute extensions on your network or with other software </td> 139 <td> Distribute extensions on your network or with other software </td>
140 </tr> 140 </tr>
141 <tr> 141 <tr>
142 <td> <a href="packaging.html">Packaging</a> </td> 142 <td> <a href="packaging.html">Packaging</a> </td>
143 <td> Create a <code>.crx</code> file so you can distribute your extension </ td> 143 <td> Create a <code>.crx</code> file so you can distribute your extension </ td>
144 </tr> 144 </tr>
145 </table> 145 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698