| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 </p> | 312 </p> |
| 313 | 313 |
| 314 <!-- STATIC CONTENT PLACEHOLDER --> | 314 <!-- STATIC CONTENT PLACEHOLDER --> |
| 315 <div id="static"><div id="pageData-name" class="pageData">Hello There!</
div> | 315 <div id="static"><div id="pageData-name" class="pageData">Hello There!</
div> |
| 316 | 316 |
| 317 <p> | 317 <p> |
| 318 This documentation tells you how to write extensions | 318 This documentation tells you how to write extensions |
| 319 and packaged apps for the | 319 and packaged apps for the |
| 320 <a href="http://www.google.com/chrome">Google Chrome browser</a>. | 320 <a href="http://www.google.com/chrome">Google Chrome browser</a>. |
| 321 Because extensions came first, | 321 Because extensions came first, |
| 322 the APIs and these docs say <em>extension</em> everywhere, | 322 the APIs and these docs say <em>extension</em> everywhere. |
| 323 even though almost everything applies to packaged apps, as well. | |
| 324 </p> | 323 </p> |
| 325 | 324 |
| 326 <p class="caution"> | 325 <p class="caution"> |
| 327 <b>Note:</b> | 326 <b>Note:</b> |
| 328 Unless you see a note | 327 Unless you see a note |
| 329 describing an exception for packaged apps, | 328 describing an exception for packaged apps, |
| 330 everything in this documentation applies to both extensions and packaged apps. | 329 everything in this documentation applies to both extensions and packaged apps. |
| 331 </p> | 330 </p> |
| 332 | 331 |
| 333 | 332 |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 _uff=0; | 640 _uff=0; |
| 642 urchinTracker(); | 641 urchinTracker(); |
| 643 } | 642 } |
| 644 catch(e) {/* urchinTracker not available. */} | 643 catch(e) {/* urchinTracker not available. */} |
| 645 </script> | 644 </script> |
| 646 <!-- end analytics --> | 645 <!-- end analytics --> |
| 647 </div> | 646 </div> |
| 648 </div> <!-- /gc-footer --> | 647 </div> <!-- /gc-footer --> |
| 649 </div> <!-- /gc-container --> | 648 </div> <!-- /gc-container --> |
| 650 </body></html> | 649 </body></html> |
| OLD | NEW |