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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/develop_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">Before You Start</div> 1 <h1>Before You Start</h1>
2 <div id="pageData-showTOC" class="pageData">true</div> 2
3 3
4 <p> 4 <p>
5 This documentation tells you how to write packaged apps. 5 This documentation tells you how to write packaged apps.
6 All developers, however, should know that the new APIs 6 All developers, however, should know that the new APIs
7 for packaged apps are being released as a developer preview. 7 for packaged apps are being released as a developer preview.
8 This means that they are evolving daily, 8 This means that they are evolving daily,
9 and anything you read now might be different in the near future. 9 and anything you read now might be different in the near future.
10 Please keep up to date with the API reference and documentation. 10 Please keep up to date with the API reference and documentation.
11 If you hit any stumbling blocks, 11 If you hit any stumbling blocks,
12 feedback is welcome at 12 feedback is welcome at
(...skipping 26 matching lines...) Expand all
39 <p> 39 <p>
40 If you're familiar with the Chrome extension docs, 40 If you're familiar with the Chrome extension docs,
41 then the Reference docs should seem familiar. 41 then the Reference docs should seem familiar.
42 Packaged apps and extensions share a common platform. 42 Packaged apps and extensions share a common platform.
43 They can access many of the same APIs, 43 They can access many of the same APIs,
44 they have the same manifest and permissions format. 44 they have the same manifest and permissions format.
45 Many of the reference docs are shared; 45 Many of the reference docs are shared;
46 we've filtered accessibility to docs that aren't shared. 46 we've filtered accessibility to docs that aren't shared.
47 </p> 47 </p>
48 48
49 <p class="backtotop"><a href="#top">Back to top</a></p> 49 <p class="backtotop"><a href="#top">Back to top</a></p>
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698