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

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

Issue 5748001: Release notes for M9. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 You can specify locale-specific strings for this field; 434 You can specify locale-specific strings for this field;
435 see <a href="i18n.html">Internationalization</a> for details. 435 see <a href="i18n.html">Internationalization</a> for details.
436 </p> 436 </p>
437 437
438 <h3 id="homepage_url">homepage_url</h3> 438 <h3 id="homepage_url">homepage_url</h3>
439 439
440 <p> 440 <p>
441 The URL of the homepage for this extension. The extensions management page (chro me://extensions) 441 The URL of the homepage for this extension. The extensions management page (chro me://extensions)
442 will contain a link to this URL. This field is particularly useful if you 442 will contain a link to this URL. This field is particularly useful if you
443 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your 443 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your
444 extension using the <a href="https://chrome.google.com/extensions">Extensions Ga llery</a>, 444 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>,
445 the homepage URL defaults to the extension's own gallery page. 445 the homepage URL defaults to the extension's own page.
446 <!-- PENDING: check whether the same is true of the store -->
447 </p> 446 </p>
448 447
449 <h3 id="icons">icons</h3> 448 <h3 id="icons">icons</h3>
450 449
451 <p> 450 <p>
452 One or more icons that represent the extension, app, or theme. 451 One or more icons that represent the extension, app, or theme.
453 You should always provide a 128x128 icon; 452 You should always provide a 128x128 icon;
454 it's used during installation and by the Chrome Web Store. 453 it's used during installation and by the Chrome Web Store.
455 Extensions should also provide a 48x48 icon, 454 Extensions should also provide a 48x48 icon,
456 which is used in the extensions management page 455 which is used in the extensions management page
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 _uff=0; 970 _uff=0;
972 urchinTracker(); 971 urchinTracker();
973 } 972 }
974 catch(e) {/* urchinTracker not available. */} 973 catch(e) {/* urchinTracker not available. */}
975 </script> 974 </script>
976 <!-- end analytics --> 975 <!-- end analytics -->
977 </div> 976 </div>
978 </div> <!-- /gc-footer --> 977 </div> <!-- /gc-footer -->
979 </div> <!-- /gc-container --> 978 </div> <!-- /gc-container -->
980 </body></html> 979 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/management.html ('k') | chrome/common/extensions/docs/static/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698