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