Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/tutorials.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="pageData-name" class="pageData">Tutorials</div> 1 <h1>Tutorials</h1>
2 2
3 <p> 3 <p>
4 Follow these to get started 4 Follow these to get started
5 developing Google Chrome Extensions: 5 developing Google Chrome Extensions:
6 </p> 6 </p>
7 7
8 <ul> 8 <ul>
9 <li> <a href="getstarted.html">Getting Started</a> </li> 9 <li> <a href="getstarted.html">Getting Started</a> </li>
10 <li> <a href="tut_debugging.html">Debugging</a> </li> 10 <li> <a href="tut_debugging.html">Debugging</a> </li>
11 </ul> 11 </ul>
12 12
13 <p> 13 <p>
14 The remaining tutorials cover 14 The remaining tutorials cover
15 more specialized topics: 15 more specialized topics:
16 </p> 16 </p>
17 17
18 <ul> 18 <ul>
19 <li> <a href="tut_analytics.html">Google Analytics</a> - 19 <li> <a href="tut_analytics.html">Google Analytics</a> -
20 Track the usage of your extension. 20 Track the usage of your extension.
21 </li> 21 </li>
22 <li> <a href="tut_oauth.html">OAuth</a> - 22 <li> <a href="tut_oauth.html">OAuth</a> -
23 Learn how your extension can use APIs 23 Learn how your extension can use APIs
24 (such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>) 24 (such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>)
25 that support OAuth. 25 that support OAuth.
26 This tutorial features an OAuth library 26 This tutorial features an OAuth library
27 that you can reuse in your extension. 27 that you can reuse in your extension.
28 </li> 28 </li>
29 </ul> 29 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698