OLD | NEW |
1 <div id="pageData-title" class="pageData">Tutorial: Getting Started (Hello, Worl
d!)</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 |
11 <img src="images/hello-world-small.png" | 11 <img src="images/hello-world-small.png" |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 </li> | 166 </li> |
167 <li> | 167 <li> |
168 Learn more about | 168 Learn more about |
169 <a href="browserAction.html">browser actions</a> | 169 <a href="browserAction.html">browser actions</a> |
170 </li> | 170 </li> |
171 <li> | 171 <li> |
172 Look at some | 172 Look at some |
173 <a href="samples.html">sample extensions</a> | 173 <a href="samples.html">sample extensions</a> |
174 </li> | 174 </li> |
175 </ul> | 175 </ul> |
OLD | NEW |