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

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

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

Powered by Google App Engine
This is Rietveld 408576698