OLD | NEW |
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 Loading... |
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> | |
OLD | NEW |