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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/apps.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">Packaged Apps</div> 1 <h1>Packaged Apps</h1>
2 <div id="pageData-showTOC" class="pageData">true</div> 2
3 3
4 <p class="warning"> 4 <p class="warning">
5 <b>Warning: </b> 5 <b>Warning: </b>
6 All content in this doc refers to the legacy version of packaged apps. 6 All content in this doc refers to the legacy version of packaged apps.
7 Your legacy packaged apps will still work, 7 Your legacy packaged apps will still work,
8 but you won't have access to any of the new APIs. 8 but you won't have access to any of the new APIs.
9 Check out the new version of 9 Check out the new version of
10 <a href="http://code.google.com/chrome/extensions/trunk/apps/about_apps.html">pa ckaged apps</a>; 10 <a href="http://code.google.com/chrome/extensions/trunk/apps/about_apps.html">pa ckaged apps</a>;
11 otherwise, you're missing out! 11 otherwise, you're missing out!
12 </p> 12 </p>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 <a href="manifest.html">manifest documentation</a>. 167 <a href="manifest.html">manifest documentation</a>.
168 </p> 168 </p>
169 169
170 <h2 id="next">What next?</h2> 170 <h2 id="next">What next?</h2>
171 171
172 <p> 172 <p>
173 Read the <a href="overview.html">Overview</a> to learn 173 Read the <a href="overview.html">Overview</a> to learn
174 basic concepts about extensions. 174 basic concepts about extensions.
175 </p> 175 </p>
176 176
177 <p class="backtotop"><a href="#top">Back to top</a></p> 177 <p class="backtotop"><a href="#top">Back to top</a></p>
178
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698