OLD | NEW |
(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 — 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> |
OLD | NEW |