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

Side by Side Diff: chrome/common/extensions/docs/manifest.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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific ation.dev.html">Content Security Policy specification</a>. 481 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific ation.dev.html">Content Security Policy specification</a>.
482 </p> 482 </p>
483 483
484 484
485 <h3 id="homepage_url">homepage_url</h3> 485 <h3 id="homepage_url">homepage_url</h3>
486 486
487 <p> 487 <p>
488 The URL of the homepage for this extension. The extensions management page (chro me://extensions) 488 The URL of the homepage for this extension. The extensions management page (chro me://extensions)
489 will contain a link to this URL. This field is particularly useful if you 489 will contain a link to this URL. This field is particularly useful if you
490 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your 490 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your
491 extension using the <a href="https://chrome.google.com/extensions">Extensions Ga llery</a> or <a href="https://chrome.google.com/webstore">Chrome Web Store</a>, 491 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Stor e</a>,
492 the homepage URL defaults to the extension's own page. 492 the homepage URL defaults to the extension's own page.
493 </p> 493 </p>
494 494
495 <h3 id="icons">icons</h3> 495 <h3 id="icons">icons</h3>
496 496
497 <p> 497 <p>
498 One or more icons that represent the extension, app, or theme. 498 One or more icons that represent the extension, app, or theme.
499 You should always provide a 128x128 icon; 499 You should always provide a 128x128 icon;
500 it's used during installation and by the Chrome Web Store. 500 it's used during installation and by the Chrome Web Store.
501 Extensions should also provide a 48x48 icon, 501 Extensions should also provide a 48x48 icon,
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 _uff=0; 1173 _uff=0;
1174 urchinTracker(); 1174 urchinTracker();
1175 } 1175 }
1176 catch(e) {/* urchinTracker not available. */} 1176 catch(e) {/* urchinTracker not available. */}
1177 </script> 1177 </script>
1178 <!-- end analytics --> 1178 <!-- end analytics -->
1179 </div> 1179 </div>
1180 </div> <!-- /gc-footer --> 1180 </div> <!-- /gc-footer -->
1181 </div> <!-- /gc-container --> 1181 </div> <!-- /gc-container -->
1182 </body></html> 1182 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698