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

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

Issue 13394004: local commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <meta name="doc-family" content="apps"> 1 <meta name="doc-family" content="apps">
2 <h1>What Are Packaged Apps?</h1> 2 <h1>What Are Packaged Apps?</h1>
3 3
4
5 <p> 4 <p>
6 Packaged apps deliver an experience as capable as a native app, 5 Packaged apps deliver an experience as capable as a native app,
7 but as safe as a web page. 6 but as safe as a web page.
8 Just like web apps, 7 Just like web apps,
9 packaged apps are written in HTML5, JavaScript, and CSS. 8 packaged apps are written in HTML5, JavaScript, and CSS.
10 But packaged apps look and behave like native apps, 9 But packaged apps look and behave like native apps,
11 and they have native-like capabilities 10 and they have native-like capabilities
12 that are much more powerful than those available to web apps. 11 that are much more powerful than those available to web apps.
13 </p> 12 </p>
14 13
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <a href="app_network.html">Advanced Technologies</a> 106 <a href="app_network.html">Advanced Technologies</a>
108 shows how to use the powerful network and hardware APIs. 107 shows how to use the powerful network and hardware APIs.
109 </li> 108 </li>
110 <li> 109 <li>
111 <a href="app_deprecated.html">Disabled Features</a> 110 <a href="app_deprecated.html">Disabled Features</a>
112 describes the web features that have been disabled 111 describes the web features that have been disabled
113 and what to use in their place, where relevant. 112 and what to use in their place, where relevant.
114 </li> 113 </li>
115 </ul> 114 </ul>
116 115
117 <p class="backtotop"><a href="#top">Back to top</a></p> 116 <p class="backtotop"><a href="#top">Back to top</a></p>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698