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

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

Issue 10804036: Extensions Docs Server: Internationalized samples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move logic into file_system 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/server2/template_data_source_test.py ('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 <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
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 dont 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
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
« no previous file with comments | « chrome/common/extensions/docs/server2/template_data_source_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698