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.html">Getting Started</a> tutorial, | 7 <a href="getstarted.html">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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 <p> | 596 <p> |
597 Now that you've been introduced to extensions, | 597 Now that you've been introduced to extensions, |
598 you should be ready to write your own. | 598 you should be ready to write your own. |
599 Here are some ideas for where to go next: | 599 Here are some ideas for where to go next: |
600 </p> | 600 </p> |
601 | 601 |
602 <ul> | 602 <ul> |
603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li> | 603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li> |
604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li> | 604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li> |
605 <li> <a href="devguide.html">Developer's Guide</a> </li> | 605 <li> <a href="devguide.html">Developer's Guide</a> </li> |
606 <li> <a href="http://dev.chromium.org/developers/design-documents/extensions/s
amples">Samples</a> </li> | 606 <li> <a href="samples.html">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 |