OLD | NEW |
1 <h1>Overview</h1> | 1 <h1>Overview</h1> |
2 | 2 |
3 | 3 |
4 <p> | 4 <p> |
5 Once you've finished this page | 5 Once you've finished this page |
6 and the | 6 and the |
7 <a href="getstarted">Getting Started</a> tutorial, | 7 <a href="getstarted">Getting Started</a> tutorial, |
8 you'll be all set to start writing extensions. | 8 you'll be all set to start writing extensions. |
9 </p> | 9 </p> |
10 | 10 |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 | 503 |
504 | 504 |
505 <h3 id="chrome-more"> More details </h3> | 505 <h3 id="chrome-more"> More details </h3> |
506 | 506 |
507 <p> | 507 <p> |
508 For more information, see the | 508 For more information, see the |
509 <a href="api_index">chrome.* API docs</a> | 509 <a href="api_index">chrome.* API docs</a> |
510 and watch this video: | 510 and watch this video: |
511 </p> | 511 </p> |
512 | 512 |
513 <p> | 513 <div class="video-container"> |
514 <iframe title="YouTube video player" width="640" height="390" src="http://www.yo
utube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe> | 514 <iframe title="YouTube video player" width="640" height="390" src="//www.youtu
be.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe> |
515 </p> | 515 </div> |
516 | 516 |
517 <h2 id="pageComm">Communication between pages </h2> | 517 <h2 id="pageComm">Communication between pages </h2> |
518 | 518 |
519 <p> | 519 <p> |
520 The HTML pages within an extension often need to communicate. | 520 The HTML pages within an extension often need to communicate. |
521 | 521 |
522 Because all of an extension's pages | 522 Because all of an extension's pages |
523 execute in same process on the same thread, | 523 execute in same process on the same thread, |
524 the pages can make direct function calls to each other. | 524 the pages can make direct function calls to each other. |
525 </p> | 525 </p> |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 <ul> | 602 <ul> |
603 <li> <a href="getstarted">Tutorial: Getting Started</a> </li> | 603 <li> <a href="getstarted">Tutorial: Getting Started</a> </li> |
604 <li> <a href="tut_debugging">Tutorial: Debugging</a> </li> | 604 <li> <a href="tut_debugging">Tutorial: Debugging</a> </li> |
605 <li> <a href="devguide">Developer's Guide</a> </li> | 605 <li> <a href="devguide">Developer's Guide</a> </li> |
606 <li> <a href="samples">Samples</a> </li> | 606 <li> <a href="samples">Samples</a> </li> |
607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos
</a>, | 607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos
</a>, |
608 such as | 608 such as |
609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101
D6A85FE9D4B&index=6">Extension Message Passing</a> | 609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101
D6A85FE9D4B&index=6">Extension Message Passing</a> |
610 </li> | 610 </li> |
611 </ul> | 611 </ul> |
OLD | NEW |