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

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

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 5 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>What Are Packaged Apps?</h1> 1 <h1 class="page_title">What Are Packaged Apps?</h1>
2 <p> 2 <p>
3 Packaged apps deliver an experience as capable as a native app, 3 Packaged apps deliver an experience as capable as a native app,
4 but as safe as a web page. 4 but as safe as a web page.
5 Just like web apps, 5 Just like web apps,
6 packaged apps are written in HTML5, JavaScript, and CSS. 6 packaged apps are written in HTML5, JavaScript, and CSS.
7 But packaged apps look and behave like native apps, 7 But packaged apps look and behave like native apps,
8 and they have native-like capabilities 8 and they have native-like capabilities
9 that are much more powerful than those available to web apps. 9 that are much more powerful than those available to web apps.
10 </p> 10 </p>
11 11
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 and how to connect your app to other apps using web intents. 103 and how to connect your app to other apps using web intents.
104 </li> 104 </li>
105 <li> 105 <li>
106 <a href="app_deprecated.html">Disabled Features</a> 106 <a href="app_deprecated.html">Disabled Features</a>
107 describes the web features that have been disabled 107 describes the web features that have been disabled
108 and what to use in their place, where relevant. 108 and what to use in their place, where relevant.
109 </li> 109 </li>
110 </ul> 110 </ul>
111 111
112 <p class="backtotop"><a href="#top">Back to top</a></p> 112 <p class="backtotop"><a href="#top">Back to top</a></p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698