| OLD | NEW |
| 1 <meta name="doc-family" content="apps"> | 1 <meta name="doc-family" content="apps"> |
| 2 <h1>What Are Chrome Apps?</h1> | 2 <h1>What Are Chrome Apps?</h1> |
| 3 | 3 |
| 4 <p> | 4 <p> |
| 5 Chrome Apps deliver an experience as capable as a native app, | 5 Chrome Apps deliver an experience as capable as a native app, |
| 6 but as safe as a web page. | 6 but as safe as a web page. |
| 7 Just like web apps, | 7 Just like web apps, |
| 8 Chrome Apps are written in HTML5, JavaScript, and CSS. | 8 Chrome Apps are written in HTML5, JavaScript, and CSS. |
| 9 But Chrome Apps look and behave like native apps, | 9 But Chrome Apps look and behave like native apps, |
| 10 and they have native-like capabilities | 10 and they have native-like capabilities |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 examples: | 22 examples: |
| 23 </p> | 23 </p> |
| 24 | 24 |
| 25 <ul> | 25 <ul> |
| 26 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li> | 26 <li>Shells (VMWare, Citrix, SSH, RDP or VNC clients)</li> |
| 27 <li>Music/video streaming</li> | 27 <li>Music/video streaming</li> |
| 28 <li>Photo/video/music editing</li> | 28 <li>Photo/video/music editing</li> |
| 29 </ul> | 29 </ul> |
| 30 | 30 |
| 31 <p> | 31 <p> |
| 32 Watch the <a href="http://www.youtube.com/watch?v=j8oFAr1YR-0">Chrome Apps | 32 Watch the Chrome Apps<strong> |
| 33 Google I/O presentation</a> for an in-depth introduction. | 33 <a href="http://www.youtube.com/watch?v=j8oFAr1YR-0">2012</a> |
| 34 and |
| 35 <a href="http://www.youtube.com/watch?v=f2tJRXDTMuY">2013</a> |
| 36 Google I/O presentations</strong> for an in-depth introduction. |
| 34 </p> | 37 </p> |
| 35 | 38 |
| 36 <h2 id="look">How they look</h2> | 39 <h2 id="look">How they look</h2> |
| 37 | 40 |
| 38 <p> | 41 <p> |
| 39 When a user opens a Chrome App, | 42 When a user opens a Chrome App, |
| 40 their focus is specifically on the tasks | 43 their focus is specifically on the tasks |
| 41 relating to the app. | 44 relating to the app. |
| 42 Chrome Apps have no traditional chrome: | 45 Chrome Apps have no traditional chrome: |
| 43 the omnibox (address bar), tab strip, | 46 the omnibox (address bar), tab strip, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 shows how to use the powerful network and hardware APIs. | 110 shows how to use the powerful network and hardware APIs. |
| 108 </li> | 111 </li> |
| 109 <li> | 112 <li> |
| 110 <a href="app_deprecated.html">Disabled Features</a> | 113 <a href="app_deprecated.html">Disabled Features</a> |
| 111 describes the web features that have been disabled | 114 describes the web features that have been disabled |
| 112 and what to use in their place, where relevant. | 115 and what to use in their place, where relevant. |
| 113 </li> | 116 </li> |
| 114 </ul> | 117 </ul> |
| 115 | 118 |
| 116 <p class="backtotop"><a href="#top">Back to top</a></p> | 119 <p class="backtotop"><a href="#top">Back to top</a></p> |
| OLD | NEW |