OLD | NEW |
(Empty) | |
| 1 <h1 class="page_title">Tutorials</h1> |
| 2 <p> |
| 3 Follow these to get started |
| 4 developing Google Chrome Extensions: |
| 5 </p> |
| 6 <ul> |
| 7 <li> <a href="getstarted.html">Getting Started</a> </li> |
| 8 <li> <a href="tut_debugging.html">Debugging</a> </li> |
| 9 </ul> |
| 10 <p> |
| 11 The remaining tutorials cover |
| 12 more specialized topics: |
| 13 </p> |
| 14 <ul> |
| 15 <li> <a href="tut_analytics.html">Google Analytics</a> - |
| 16 Track the usage of your extension. |
| 17 </li> |
| 18 <li> <a href="tut_oauth.html">OAuth</a> - |
| 19 Learn how your extension can use APIs |
| 20 (such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>) |
| 21 that support OAuth. |
| 22 This tutorial features an OAuth library |
| 23 that you can reuse in your extension. |
| 24 </li> |
| 25 </ul> |
OLD | NEW |