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

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

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years 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
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/faq.html ('k') | chrome/common/extensions/docs/static/hosting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698