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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 <pre>function(<span>Type param1, Type param2</span>) <span cla
ss="subdued">{...}</span>);</pre> | 491 <pre>function(<span>Type param1, Type param2</span>) <span cla
ss="subdued">{...}</span>);</pre> |
483 <dl> | 492 <dl> |
484 <div> | 493 <div> |
485 <div> | 494 <div> |
486 </div> | 495 </div> |
487 </div> | 496 </div> |
488 </dl> | 497 </dl> |
489 </div> | 498 </div> |
490 </div> | 499 </div> |
491 | 500 |
| 501 <!-- MIN_VERSION --> |
| 502 <p> |
| 503 This function was added in version <b><span></span></b>. |
| 504 If you require this function, the manifest key |
| 505 <a href="manifest.html#minimum_chrome_version">minimum_chrome_
version</a> |
| 506 can ensure that your extension won't be run in an earlier brow
ser version. |
| 507 </p> |
492 </div> <!-- /description --> | 508 </div> <!-- /description --> |
493 | 509 |
494 </div> <!-- /apiItem --> | 510 </div> <!-- /apiItem --> |
495 | 511 |
496 </div> <!-- /apiGroup --> | 512 </div> <!-- /apiGroup --> |
497 | 513 |
498 <!-- EVENTS --> | 514 <!-- EVENTS --> |
499 <div class="apiGroup"> | 515 <div class="apiGroup"> |
500 <a name="events"></a> | 516 <a name="events"></a> |
501 <h3 id="events">Events</h3> | 517 <h3 id="events">Events</h3> |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 _uff=0; | 598 _uff=0; |
583 urchinTracker(); | 599 urchinTracker(); |
584 } | 600 } |
585 catch(e) {/* urchinTracker not available. */} | 601 catch(e) {/* urchinTracker not available. */} |
586 </script> | 602 </script> |
587 <!-- end analytics --> | 603 <!-- end analytics --> |
588 </div> | 604 </div> |
589 </div> <!-- /gc-footer --> | 605 </div> <!-- /gc-footer --> |
590 </div> <!-- /gc-container --> | 606 </div> <!-- /gc-container --> |
591 </body></html> | 607 </body></html> |
OLD | NEW |