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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 | 167 |
168 <p> | 168 <p> |
169 If you don't feel like reading, try these: | 169 If you don't feel like reading, try these: |
170 </p> | 170 </p> |
171 <ul> | 171 <ul> |
172 <li> | 172 <li> |
173 Keep up to date with the latest news: | 173 Keep up to date with the latest news: |
174 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> | 174 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> |
175 </li> | 175 </li> |
176 <li> | 176 <li> |
| 177 Ask a question tagged [google-chrome-extension] on |
| 178 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">
Stack Overflow</a> |
| 179 </li> |
| 180 <li> |
177 Look at some | 181 Look at some |
178 <a href="samples.html">sample extensions</a> | 182 <a href="samples.html">sample extensions</a> |
179 </li> | 183 </li> |
180 <li> | 184 <li> |
181 Watch some | 185 Watch some |
182 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as | 186 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as |
183 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101
D6A85FE9D4B&index=3">How to build an extension</a> | 187 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101
D6A85FE9D4B&index=3">How to build an extension</a> |
184 </li> | 188 </li> |
185 </ul> | 189 </ul> |
OLD | NEW |