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

Unified 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: everything but svn stuff 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/articles/publish_app.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/publish_app.html b/chrome/common/extensions/docs/server2/templates/articles/publish_app.html
new file mode 100644
index 0000000000000000000000000000000000000000..4ed8f861bc445c3ecf3e2890e4dccb58034719a6
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/templates/articles/publish_app.html
@@ -0,0 +1,44 @@
+<h1>Publish</h1>
+<!-- -->
+
+<p>
+Packaged apps are still evolving.
+We're giving you an early look at how to build them,
+but it's a developer preview;
+they aren't ready yet for building production applications.
+</p>
+
+<p>This means that you can't just yet publish your packaged apps
+in the Chrome Web Store &mdash; but you will be able to do so very soon.</p>
+
+<p>What you can do (as described throughout this guide),
+is load your unpackaged app to the apps and extensions management page
+and try out your app from a new tab in the Chrome browser.</p>
+
+<p>In case you haven't tried it yet,
+here's how to load your app:</p>
+
+<ol>
+ <li style="margin-top:0" />
+ Bring up the apps and extensions management page
+ by clicking the wrench icon
+ <img src="{{static}}/images/toolsmenu.gif" width="29" height="29" alt=""
+ style="margin-top:0" />
+ and choosing <b>Tools > Extensions</b>.
+ </li>
+ <li>
+ Make sure the <b>Developer mode</b>
+ checkbox has been selected.
+ </li>
+ <li>
+ Click the <b>Load unpacked extension</b> button.
+ A file dialog appears.
+ </li>
+ <li>
+ In the file dialog,
+ navigate to your extension's folder
+ and click <b>OK</b>.
+ </li>
+</ol>
+
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698