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

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

Issue 10790111: Add a link to the apps I/O presentation from the docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/common/extensions/docs/apps/about_apps.html ('k') | 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 <div id="pageData-name" class="pageData">What Are Packaged Apps?</div> 2 <div id="pageData-name" class="pageData">What Are Packaged Apps?</div>
3 <div id="pageData-showTOC" class="pageData">true</div> 3 <div id="pageData-showTOC" class="pageData">true</div>
4 4
5 <p> 5 <p>
6 Packaged apps deliver an experience as capable as a native app, 6 Packaged apps deliver an experience as capable as a native app,
7 but as safe as a web page. 7 but as safe as a web page.
8 Just like web apps, 8 Just like web apps,
9 packaged apps are written in HTML5, JavaScript, and CSS. 9 packaged apps are written in HTML5, JavaScript, and CSS.
10 But packaged apps look and behave like native apps, 10 But packaged apps look and behave like native apps,
11 and they have native-like capabilities 11 and they have native-like capabilities
12 that are much more powerful than those available to web apps. 12 that are much more powerful than those available to web apps.
13 </p> 13 </p>
14 14
15 <p> 15 <p>
16 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo utube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen></iframe> 16 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo utube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen></iframe><br>
17 (for a more in-depth overview video, see the
18 <a href="http://www.youtube.com/watch?v=j8oFAr1YR-0">Chrome Apps Google I/O 2012
19 presentation</a>)
mkearney1 2012/07/24 19:12:03 This looks and reads a little bit funny. Can we
Mihai Parparita -not on Chrome 2012/07/24 23:25:08 Done.
17 </p> 20 </p>
18 21
19 <p> 22 <p>
20 With access to Chrome APIs and services 23 Packaged apps have have access to Chrome APIs and services not available to
21 not available to traditional web apps, 24 traditional web sites. You can build powerful apps that interact with network
22 you can build powerful apps that interact 25 and hardware devices, media tools, and much more. Here's a short list of
23 with network and hardware devices, 26 examples:
24 as well as, media apps.
25 Here's a short list of examples:
26 </p> 27 </p>
27 28
28 <ul> 29 <ul>
29 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li> 30 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li>
30 <li>Music/video streaming</li> 31 <li>Music/video streaming</li>
31 <li>Photo/video/music editing</li> 32 <li>Photo/video/music editing</li>
32 </ul> 33 </ul>
33 34
34 <h2 id="look">How they look</h2> 35 <h2 id="look">How they look</h2>
35 36
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 and how to connect your app to other apps using web intents. 107 and how to connect your app to other apps using web intents.
107 </li> 108 </li>
108 <li> 109 <li>
109 <a href="app_deprecated.html">Disabled Features</a> 110 <a href="app_deprecated.html">Disabled Features</a>
110 describes the web features that have been disabled 111 describes the web features that have been disabled
111 and what to use in their place, where relevant. 112 and what to use in their place, where relevant.
112 </li> 113 </li>
113 </ul> 114 </ul>
114 115
115 <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 | « chrome/common/extensions/docs/apps/about_apps.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698