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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 <div id="pageData-name" class="pageData">Publish</div> 1 <h1>Publish</h1>
2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> 2 <!-- -->
3 3
4 <p> 4 <p>
5 Packaged apps are still evolving. 5 Packaged apps are still evolving.
6 We're giving you an early look at how to build them, 6 We're giving you an early look at how to build them,
7 but it's a developer preview; 7 but it's a developer preview;
8 they aren't ready yet for building production applications. 8 they aren't ready yet for building production applications.
9 </p> 9 </p>
10 10
11 <p>This means that you can't just yet publish your packaged apps 11 <p>This means that you can't just yet publish your packaged apps
12 in the Chrome Web Store &mdash; but you will be able to do so very soon.</p> 12 in the Chrome Web Store &mdash; but you will be able to do so very soon.</p>
13 13
14 <p>What you can do (as described throughout this guide), 14 <p>What you can do (as described throughout this guide),
15 is load your unpackaged app to the apps and extensions management page 15 is load your unpackaged app to the apps and extensions management page
16 and try out your app from a new tab in the Chrome browser.</p> 16 and try out your app from a new tab in the Chrome browser.</p>
17 17
18 <p>In case you haven't tried it yet, 18 <p>In case you haven't tried it yet,
19 here's how to load your app:</p> 19 here's how to load your app:</p>
20 20
21 <ol> 21 <ol>
22 <li style="margin-top:0" /> 22 <li style="margin-top:0" />
23 Bring up the apps and extensions management page 23 Bring up the apps and extensions management page
24 by clicking the wrench icon 24 by clicking the wrench icon
25 <img src="../images/toolsmenu.gif" width="29" height="29" alt="" 25 <img src="{{static}}/images/toolsmenu.gif" width="29" height="29" alt=""
26 style="margin-top:0" /> 26 style="margin-top:0" />
27 and choosing <b>Tools > Extensions</b>. 27 and choosing <b>Tools > Extensions</b>.
28 </li> 28 </li>
29 <li> 29 <li>
30 Make sure the <b>Developer mode</b> 30 Make sure the <b>Developer mode</b>
31 checkbox has been selected. 31 checkbox has been selected.
32 </li> 32 </li>
33 <li> 33 <li>
34 Click the <b>Load unpacked extension</b> button. 34 Click the <b>Load unpacked extension</b> button.
35 A file dialog appears. 35 A file dialog appears.
36 </li> 36 </li>
37 <li> 37 <li>
38 In the file dialog, 38 In the file dialog,
39 navigate to your extension's folder 39 navigate to your extension's folder
40 and click <b>OK</b>. 40 and click <b>OK</b>.
41 </li> 41 </li>
42 </ol> 42 </ol>
43 43
44 <p class="backtotop"><a href="#top">Back to top</a></p> 44 <p class="backtotop"><a href="#top">Back to top</a></p>
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698