| OLD | NEW |
| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 </div> | 52 </div> |
| 53 | 53 |
| 54 </em> | 54 </em> |
| 55 </dt> | 55 </dt> |
| 56 <dd class="todo"> | 56 <dd class="todo"> |
| 57 Undocumented. | 57 Undocumented. |
| 58 </dd> | 58 </dd> |
| 59 <dd> | 59 <dd> |
| 60 Description of this parameter from the json schema. | 60 Description of this parameter from the json schema. |
| 61 </dd> | 61 </dd> |
| 62 <dd> |
| 63 This parameter was added in version |
| 64 <b><span></span></b>. |
| 65 You must omit this parameter in earlier versions, |
| 66 and you may omit it in any version. If you require this |
| 67 parameter, the manifest key |
| 68 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio
n</a> |
| 69 can ensure that your extension won't be run in an earlier browser ve
rsion. |
| 70 </dd> |
| 62 | 71 |
| 63 <!-- OBJECT PROPERTIES --> | 72 <!-- OBJECT PROPERTIES --> |
| 64 <dd> | 73 <dd> |
| 65 <dl> | 74 <dl> |
| 66 <div> | 75 <div> |
| 67 <div> | 76 <div> |
| 68 </div> | 77 </div> |
| 69 </div> | 78 </div> |
| 70 </dl> | 79 </dl> |
| 71 </dd> | 80 </dd> |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 <pre>function(<span>Type param1, Type param2</span>) <span cla
ss="subdued">{...}</span>);</pre> | 502 <pre>function(<span>Type param1, Type param2</span>) <span cla
ss="subdued">{...}</span>);</pre> |
| 494 <dl> | 503 <dl> |
| 495 <div> | 504 <div> |
| 496 <div> | 505 <div> |
| 497 </div> | 506 </div> |
| 498 </div> | 507 </div> |
| 499 </dl> | 508 </dl> |
| 500 </div> | 509 </div> |
| 501 </div> | 510 </div> |
| 502 | 511 |
| 512 <!-- MIN_VERSION --> |
| 513 <p> |
| 514 This function was added in version <b><span></span></b>. |
| 515 If you require this function, the manifest key |
| 516 <a href="manifest.html#minimum_chrome_version">minimum_chrome_
version</a> |
| 517 can ensure that your extension won't be run in an earlier brow
ser version. |
| 518 </p> |
| 503 </div> <!-- /description --> | 519 </div> <!-- /description --> |
| 504 | 520 |
| 505 </div> <!-- /apiItem --> | 521 </div> <!-- /apiItem --> |
| 506 | 522 |
| 507 </div> <!-- /apiGroup --> | 523 </div> <!-- /apiGroup --> |
| 508 | 524 |
| 509 <!-- EVENTS --> | 525 <!-- EVENTS --> |
| 510 <div class="apiGroup"> | 526 <div class="apiGroup"> |
| 511 <a name="events"></a> | 527 <a name="events"></a> |
| 512 <h3 id="events">Events</h3> | 528 <h3 id="events">Events</h3> |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 _uff=0; | 609 _uff=0; |
| 594 urchinTracker(); | 610 urchinTracker(); |
| 595 } | 611 } |
| 596 catch(e) {/* urchinTracker not available. */} | 612 catch(e) {/* urchinTracker not available. */} |
| 597 </script> | 613 </script> |
| 598 <!-- end analytics --> | 614 <!-- end analytics --> |
| 599 </div> | 615 </div> |
| 600 </div> <!-- /gc-footer --> | 616 </div> <!-- /gc-footer --> |
| 601 </div> <!-- /gc-container --> | 617 </div> <!-- /gc-container --> |
| 602 </body></html> | 618 </body></html> |
| OLD | NEW |