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

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

Issue 13248004: Cleaning up apps codelab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
1 <h1 id="lab_10_publishing">Lab 10 - Publishing</h1> 1 <h1 id="lab_10_publishing">Publish App</h1>
2 2
3 <p>An app without users is just a piece of code. To get users, you need to distr ibute your application. 3 <p>An app without users is just a piece of code. To get users, you need to distr ibute your application.
4 All Chrome applications are distributed through the <a href="https://chrome.goog le.com/webstore">Chrome Web Store</a>. 4 All Chrome packaged apps are distributed through the <a href="https://chrome.goo gle.com/webstore">Chrome Web Store</a>.
5 For those not familiar with the store, it provides several benefits to users and developers.</p> 5 For those not familiar with the store, it provides several benefits to users and developers.</p>
6 6
7 <p>For users:</p> 7 <p>For users:</p>
8 8
9 <ul> 9 <ul>
10 <li> Added security: all apps and extensions are checked for Malware signals.</l i> 10 <li> Added security: all apps and extensions are checked for Malware signals.</l i>
11 <li> All apps are maintained with the latest version the developer has published .</li> 11 <li> All apps are maintained with the latest version the developer has published .</li>
12 <li> Ratings and reviews provide a great way to see the quality of applications. </li> 12 <li> Ratings and reviews provide a great way to see the quality of applications. </li>
13 </ul> 13 </ul>
14 14
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <li> The primary category where your app is listed</li> 52 <li> The primary category where your app is listed</li>
53 <li> A small tile icon that will be displayed on the Chrome Web Store wall</li> 53 <li> A small tile icon that will be displayed on the Chrome Web Store wall</li>
54 </ul> 54 </ul>
55 55
56 <p>There are many other fields, but the above items are mandatory.</p> 56 <p>There are many other fields, but the above items are mandatory.</p>
57 57
58 <p>If you are happy with everything, you can now publish your application to the public. If you are not quite ready, you can save the draft for later, or you ca n publish it to a group of testers.</p> 58 <p>If you are happy with everything, you can now publish your application to the public. If you are not quite ready, you can save the draft for later, or you ca n publish it to a group of testers.</p>
59 59
60 <p><img src="{{static}}/images/codelab/publish.jpg" alt="Developer Dashboard Pub lish"></p> 60 <p><img src="{{static}}/images/codelab/publish.jpg" alt="Developer Dashboard Pub lish"></p>
61 61
62 <p>Hint: if anyone wants to create a tool that lets users quickly create all the required assets, developers would sincerely appreciate.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698