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

Side by Side Diff: chrome/common/extensions/docs/hosting.html

Issue 7778017: Update references to the extension gallery. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 313
314 <!-- STATIC CONTENT PLACEHOLDER --> 314 <!-- STATIC CONTENT PLACEHOLDER -->
315 <div id="static"><div id="pageData-name" class="pageData">Hosting</div> 315 <div id="static"><div id="pageData-name" class="pageData">Hosting</div>
316 316
317 <p> 317 <p>
318 This page tells you how to host <code>.crx</code> files 318 This page tells you how to host <code>.crx</code> files
319 on your own server. 319 on your own server.
320 If you distribute your extension, app, or theme solely through the 320 If you distribute your extension, app, or theme solely through the
321 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>, 321 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>,
322 you don't need this page. 322 you don't need this page.
323 Instead, consult the store help and 323 Instead, consult the
324 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and
324 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>. 325 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>.
325 <!-- PENDING: add a link to the help -->
326 </p>
327
328 <p class="note">
329 <strong>Note:</strong>
330 If you've already published extensions to the
331 <a href="https://chrome.google.com/extensions">Extensions Gallery</a>,
332 they will be merged into the store.
333 </p> 326 </p>
334 327
335 <p> 328 <p>
336 By convention, extensions, 329 By convention, extensions,
337 installable web apps, and themes are served—whether 330 installable web apps, and themes are served—whether
338 by the Chrome Web Store or by a custom server—as 331 by the Chrome Web Store or by a custom server—as
339 <code>.crx</code> files. 332 <code>.crx</code> files.
340 When you upload a ZIP file with the 333 When you upload a ZIP file with the
341 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope r Dashboard</a>, 334 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope r Dashboard</a>,
342 the dashboard creates the <code>.crx</code> file for you. 335 the dashboard creates the <code>.crx</code> file for you.
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 _uff=0; 604 _uff=0;
612 urchinTracker(); 605 urchinTracker();
613 } 606 }
614 catch(e) {/* urchinTracker not available. */} 607 catch(e) {/* urchinTracker not available. */}
615 </script> 608 </script>
616 <!-- end analytics --> 609 <!-- end analytics -->
617 </div> 610 </div>
618 </div> <!-- /gc-footer --> 611 </div> <!-- /gc-footer -->
619 </div> <!-- /gc-container --> 612 </div> <!-- /gc-container -->
620 </body></html> 613 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698