| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 <td> Create, modify, and rearrange windows in the browser </td> | 360 <td> Create, modify, and rearrange windows in the browser </td> |
| 361 </tr> | 361 </tr> |
| 362 | 362 |
| 363 <tr> | 363 <tr> |
| 364 <td colspan="2"><h4>Implementing the innards of your extension</h4></td> | 364 <td colspan="2"><h4>Implementing the innards of your extension</h4></td> |
| 365 </tr> | 365 </tr> |
| 366 <tr> | 366 <tr> |
| 367 <td colspan="2"> </td> | 367 <td colspan="2"> </td> |
| 368 </tr> | 368 </tr> |
| 369 <tr> | 369 <tr> |
| 370 <td> <a href="a11y.html">Accessibility (a11y)</a> </td> |
| 371 <td> Make your extension accessible to people with disabilities </td> |
| 372 </tr> |
| 373 <tr> |
| 370 <td> <a href="background_pages.html">Background Pages</a> </td> | 374 <td> <a href="background_pages.html">Background Pages</a> </td> |
| 371 <td> Put all the common code for your extension in a single place </td> | 375 <td> Put all the common code for your extension in a single place </td> |
| 372 </tr> | 376 </tr> |
| 373 <tr> | 377 <tr> |
| 374 <td> <a href="content_scripts.html">Content Scripts</a> </td> | 378 <td> <a href="content_scripts.html">Content Scripts</a> </td> |
| 375 <td> Run JavaScript code in the context of web pages </td> | 379 <td> Run JavaScript code in the context of web pages </td> |
| 376 </tr> | 380 </tr> |
| 377 <tr> | 381 <tr> |
| 378 <td> <a href="xhr.html">Cross-Origin XHR</a> </td> | 382 <td> <a href="xhr.html">Cross-Origin XHR</a> </td> |
| 379 <td> Use XMLHttpRequest to send and receive data from remote servers </td> | 383 <td> Use XMLHttpRequest to send and receive data from remote servers </td> |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 _uff=0; | 608 _uff=0; |
| 605 urchinTracker(); | 609 urchinTracker(); |
| 606 } | 610 } |
| 607 catch(e) {/* urchinTracker not available. */} | 611 catch(e) {/* urchinTracker not available. */} |
| 608 </script> | 612 </script> |
| 609 <!-- end analytics --> | 613 <!-- end analytics --> |
| 610 </div> | 614 </div> |
| 611 </div> <!-- /gc-footer --> | 615 </div> <!-- /gc-footer --> |
| 612 </div> <!-- /gc-container --> | 616 </div> <!-- /gc-container --> |
| 613 </body></html> | 617 </body></html> |
| OLD | NEW |