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

Side by Side Diff: chrome/common/extensions/docs/apps/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
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <p> 187 <p>
188 Packaged apps deliver an experience as capable as a native app, 188 Packaged apps deliver an experience as capable as a native app,
189 but as safe as a web page. 189 but as safe as a web page.
190 Just like web apps, 190 Just like web apps,
191 packaged apps are written in HTML5, JavaScript, and CSS. 191 packaged apps are written in HTML5, JavaScript, and CSS.
192 But packaged apps look and behave like native apps, 192 But packaged apps look and behave like native apps,
193 and they have native-like capabilities 193 and they have native-like capabilities
194 that are much more powerful than those available to web apps. 194 that are much more powerful than those available to web apps.
195 </p> 195 </p>
196 <p> 196 <p>
197 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo utube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen=""></iframe> 197 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo utube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen=""></iframe><br>
198 (for a more in-depth overview video, see the
199 <a href="http://www.youtube.com/watch?v=j8oFAr1YR-0">Chrome Apps Google I/O 2012
200 presentation</a>)
198 </p> 201 </p>
199 <p> 202 <p>
200 With access to Chrome APIs and services 203 Packaged apps have have access to Chrome APIs and services not available to
201 not available to traditional web apps, 204 traditional web sites. You can build powerful apps that interact with network
202 you can build powerful apps that interact 205 and hardware devices, media tools, and much more. Here's a short list of
203 with network and hardware devices, 206 examples:
204 as well as, media apps.
205 Here's a short list of examples:
206 </p> 207 </p>
207 <ul> 208 <ul>
208 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li> 209 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li>
209 <li>Music/video streaming</li> 210 <li>Music/video streaming</li>
210 <li>Photo/video/music editing</li> 211 <li>Photo/video/music editing</li>
211 </ul> 212 </ul>
212 <h2 id="look">How they look</h2> 213 <h2 id="look">How they look</h2>
213 <p> 214 <p>
214 When a user opens a packaged app, 215 When a user opens a packaged app,
215 their focus is specifically on the tasks 216 their focus is specifically on the tasks
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 _uff=0; 320 _uff=0;
320 urchinTracker(); 321 urchinTracker();
321 } 322 }
322 catch(e) {/* urchinTracker not available. */} 323 catch(e) {/* urchinTracker not available. */}
323 </script> 324 </script>
324 <!-- end analytics --> 325 <!-- end analytics -->
325 </div> 326 </div>
326 </div> <!-- /gc-footer --> 327 </div> <!-- /gc-footer -->
327 </div> <!-- /gc-container --> 328 </div> <!-- /gc-container -->
328 </body></html> 329 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698