OLD | NEW |
1 {{+bindTo:partials.standard_nacl_api}} | 1 {{+bindTo:partials.standard_nacl_api}} |
2 | 2 |
3 <section id="running"> | 3 <section id="running"> |
4 <h1 id="running">Running</h1> | 4 <h1 id="running">Running</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 5 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 6 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#introduction" id="id5">Introduction</a>
</li> | 7 <li><a class="reference internal" href="#introduction" id="id5">Introduction</a>
</li> |
8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio
ns" id="id6">Portable Native Client (PNaCl) applications</a></li> | 8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio
ns" id="id6">Portable Native Client (PNaCl) applications</a></li> |
9 <li><a class="reference internal" href="#native-client-applications-and-the-chro
me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></
li> | 9 <li><a class="reference internal" href="#native-client-applications-and-the-chro
me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></
li> |
10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8
">Prerequisites</a></p> | 10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8
">Prerequisites</a></p> |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 <li>Create a zip file with the CWS manifest file, the application icons, and | 365 <li>Create a zip file with the CWS manifest file, the application icons, and |
366 all your application files (.html, .nmf, .nexe, .css, .js, image files, | 366 all your application files (.html, .nmf, .nexe, .css, .js, image files, |
367 etc.)</li> | 367 etc.)</li> |
368 </ul> | 368 </ul> |
369 </li> | 369 </li> |
370 <li>For a <strong>hosted application</strong>:<ul class="small-gap"> | 370 <li>For a <strong>hosted application</strong>:<ul class="small-gap"> |
371 <li>Create a zip file with the CWS manifest file and the application icon(s).</l
i> | 371 <li>Create a zip file with the CWS manifest file and the application icon(s).</l
i> |
372 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files, | 372 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files, |
373 etc.) to the server on which the application is being hosted.</li> | 373 etc.) to the server on which the application is being hosted.</li> |
374 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too
ls/">Google Webmaster Tools</a> to | 374 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too
ls/">Google Webmaster Tools</a> to |
375 verify ownership of the web site on which the application runs.</li> | 375 verify ownership of the website on which the application runs.</li> |
376 </ul> | 376 </ul> |
377 </li> | 377 </li> |
378 <li>Log in to the <a class="reference external" href="https://chrome.google.com/
webstore/developer/dashboard">Chrome Web Store Developer Dashboard</a>.<ul class
="small-gap"> | 378 <li>Log in to the <a class="reference external" href="https://chrome.google.com/
webstore/developer/dashboard">Chrome Web Store Developer Dashboard</a>.<ul class
="small-gap"> |
379 <li>The first time you log in, click the “Add new item” button to di
splay the | 379 <li>The first time you log in, click the “Add new item” button to di
splay the |
380 Google Chrome Web Store Developer Agreement. Review and accept the | 380 Google Chrome Web Store Developer Agreement. Review and accept the |
381 agreement and then return to the <a class="reference external" href="https://chr
ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li> | 381 agreement and then return to the <a class="reference external" href="https://chr
ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li> |
382 </ul> | 382 </ul> |
383 </li> | 383 </li> |
384 <li>Click “Edit your tester accounts” at the bottom of the Developer
Dashboard.</li> | 384 <li>Click “Edit your tester accounts” at the bottom of the Developer
Dashboard.</li> |
385 <li>Enter a series of email addresses for your testers (separated by commas or | 385 <li>Enter a series of email addresses for your testers (separated by commas or |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 </ul> | 418 </ul> |
419 </li> | 419 </li> |
420 </ol> | 420 </ol> |
421 <p>To publish an application to the world after publishing it to test accounts, | 421 <p>To publish an application to the world after publishing it to test accounts, |
422 you must first unpublish the application. For additional information see | 422 you must first unpublish the application. For additional information see |
423 <a class="reference external" href="/webstore/docs/publish">Publishing Your App<
/a>, and in particular <a class="reference external" href="/webstore/publish#tes
taccounts">Publishing | 423 <a class="reference external" href="/webstore/docs/publish">Publishing Your App<
/a>, and in particular <a class="reference external" href="/webstore/publish#tes
taccounts">Publishing |
424 to test accounts</a>.</p> | 424 to test accounts</a>.</p> |
425 </section> | 425 </section> |
426 | 426 |
427 {{/partials.standard_nacl_api}} | 427 {{/partials.standard_nacl_api}} |
OLD | NEW |