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