| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World
!)</div> | 1 <div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World
!)</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 3 | 3 |
| 4 <p> | 4 <p> |
| 5 This tutorial walks you through creating a simple extension. | 5 This tutorial walks you through creating a simple extension. |
| 6 You'll add an icon to Google Chrome | 6 You'll add an icon to Google Chrome |
| 7 that, when clicked, displays an automatically generated page. | 7 that, when clicked, displays an automatically generated page. |
| 8 The icon and page will look something like this: | 8 The icon and page will look something like this: |
| 9 </p> | 9 </p> |
| 10 | 10 |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 The <a href="overview.html">Overview</a>, | 155 The <a href="overview.html">Overview</a>, |
| 156 which has important conceptual and practical information | 156 which has important conceptual and practical information |
| 157 </li> | 157 </li> |
| 158 <li> | 158 <li> |
| 159 The | 159 The |
| 160 <a href="tut_debugging.html">debugging tutorial</a>, | 160 <a href="tut_debugging.html">debugging tutorial</a>, |
| 161 which starts where this tutorial leaves off | 161 which starts where this tutorial leaves off |
| 162 </li> | 162 </li> |
| 163 <li> | 163 <li> |
| 164 The <a href="hosting.html">hosting</a> page, | 164 The <a href="hosting.html">hosting</a> page, |
| 165 which tells you about the gallery | 165 which tells you about options for distributing your extension |
| 166 and other options for distributing your extension | |
| 167 </li> | 166 </li> |
| 168 </ul> | 167 </ul> |
| 169 | 168 |
| 170 <p> | 169 <p> |
| 171 If you don't feel like reading, try these: | 170 If you don't feel like reading, try these: |
| 172 </p> | 171 </p> |
| 173 <ul> | 172 <ul> |
| 174 <li> | 173 <li> |
| 175 Keep up to date with the latest news: | 174 Keep up to date with the latest news: |
| 176 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> | 175 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> |
| 177 </li> | 176 </li> |
| 178 <li> | 177 <li> |
| 179 Look at some | 178 Look at some |
| 180 <a href="samples.html">sample extensions</a> | 179 <a href="samples.html">sample extensions</a> |
| 181 </li> | 180 </li> |
| 182 <li> | 181 <li> |
| 183 Watch some | 182 Watch some |
| 184 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as | 183 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as |
| 185 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101
D6A85FE9D4B&index=3">How to build an extension</a> | 184 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101
D6A85FE9D4B&index=3">How to build an extension</a> |
| 186 </li> | 185 </li> |
| 187 </ul> | 186 </ul> |
| OLD | NEW |