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

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

Issue 7809008: Merge 98889 - Update references to the extension gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/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
« no previous file with comments | « chrome/common/extensions/docs/hosting.html ('k') | chrome/common/extensions/docs/npapi.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 You can specify locale-specific strings for this field; 445 You can specify locale-specific strings for this field;
446 see <a href="i18n.html">Internationalization</a> for details. 446 see <a href="i18n.html">Internationalization</a> for details.
447 </p> 447 </p>
448 448
449 <h3 id="homepage_url">homepage_url</h3> 449 <h3 id="homepage_url">homepage_url</h3>
450 450
451 <p> 451 <p>
452 The URL of the homepage for this extension. The extensions management page (chro me://extensions) 452 The URL of the homepage for this extension. The extensions management page (chro me://extensions)
453 will contain a link to this URL. This field is particularly useful if you 453 will contain a link to this URL. This field is particularly useful if you
454 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your 454 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your
455 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>, 455 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Stor e</a>,
456 the homepage URL defaults to the extension's own page. 456 the homepage URL defaults to the extension's own page.
457 </p> 457 </p>
458 458
459 <h3 id="icons">icons</h3> 459 <h3 id="icons">icons</h3>
460 460
461 <p> 461 <p>
462 One or more icons that represent the extension, app, or theme. 462 One or more icons that represent the extension, app, or theme.
463 You should always provide a 128x128 icon; 463 You should always provide a 128x128 icon;
464 it's used during installation and by the Chrome Web Store. 464 it's used during installation and by the Chrome Web Store.
465 Extensions should also provide a 48x48 icon, 465 Extensions should also provide a 48x48 icon,
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 _uff=0; 1051 _uff=0;
1052 urchinTracker(); 1052 urchinTracker();
1053 } 1053 }
1054 catch(e) {/* urchinTracker not available. */} 1054 catch(e) {/* urchinTracker not available. */}
1055 </script> 1055 </script>
1056 <!-- end analytics --> 1056 <!-- end analytics -->
1057 </div> 1057 </div>
1058 </div> <!-- /gc-footer --> 1058 </div> <!-- /gc-footer -->
1059 </div> <!-- /gc-container --> 1059 </div> <!-- /gc-container -->
1060 </body></html> 1060 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/hosting.html ('k') | chrome/common/extensions/docs/npapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698