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

Side by Side Diff: chrome/common/extensions/docs/static/tut_analytics.html

Issue 10825269: Build extension docs. (Closed) Base URL: svn://svn.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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="pageData-name" class="pageData">Tutorial: Google Analytics</div> 1 <div id="pageData-name" class="pageData">Tutorial: Google Analytics</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
3 3
4 <p>This tutorial demonstrates using Google Analytics to track the usage of your 4 <p>This tutorial demonstrates using Google Analytics to track the usage of your
5 extension.</p> 5 extension.</p>
6 6
7 <h2 id="toc-requirements">Requirements</h2> 7 <h2 id="toc-requirements">Requirements</h2>
8 <p> 8 <p>
9 This tutorial expects that you have some familiarity writing extensions for 9 This tutorial expects that you have some familiarity writing extensions for
10 Google Chrome. If you need information on how to write an extension, please 10 Google Chrome. If you need information on how to write an extension, please
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 <h2 id="toc-samplecode">Sample code</h2> 205 <h2 id="toc-samplecode">Sample code</h2>
206 206
207 <p> 207 <p>
208 A sample extension that uses these techniques is 208 A sample extension that uses these techniques is
209 available in the Chromium source tree: 209 available in the Chromium source tree:
210 </p> 210 </p>
211 211
212 <blockquote> 212 <blockquote>
213 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensi ons/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a> 213 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensi ons/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a>
214 </blockquote> 214 </blockquote>
215 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698