| OLD | NEW |
| 1 <h1 class="page_title">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> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 <h2 id="look">How they look</h2> | 31 <h2 id="look">How they look</h2> |
| 32 | 32 |
| 33 <p> | 33 <p> |
| 34 When a user opens a packaged app, | 34 When a user opens a packaged app, |
| 35 their focus is specifically on the tasks | 35 their focus is specifically on the tasks |
| 36 relating to the app. | 36 relating to the app. |
| 37 Packaged apps have no traditional chrome: | 37 Packaged apps have no traditional chrome: |
| 38 the omnibox (address bar), tab strip, | 38 the omnibox (address bar), tab strip, |
| 39 and other browser interface elements no longer appear. | 39 and other browser interface elements no longer appear. |
| 40 Like native apps, they don’t live within the browser. | 40 Like native apps, they don't live within the browser. |
| 41 When launched, packaged apps can open in windows | 41 When launched, packaged apps can open in windows |
| 42 that look like this (and you can style | 42 that look like this (and you can style |
| 43 your windows in all different ways): | 43 your windows in all different ways): |
| 44 </p> | 44 </p> |
| 45 <br> | 45 <br> |
| 46 | 46 |
| 47 <img src="{{static}}/images/editor.png" | 47 <img src="{{static}}/images/editor.png" |
| 48 width="770" | 48 width="770" |
| 49 height="586" | 49 height="586" |
| 50 alt="Text editor packaged app in a standalone window"> | 50 alt="Text editor packaged app in a standalone window"> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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> |
| OLD | NEW |