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

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

Powered by Google App Engine
This is Rietveld 408576698