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

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

Issue 6126005: A couple of minor fixes to the tutorials:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months 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 | Annotate | Revision Log
OLDNEW
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </table> 58 </table>
59 </li> 59 </li>
60 <li id="load-ext"> Load the extension. 60 <li id="load-ext"> Load the extension.
61 <ol type="a"> 61 <ol type="a">
62 <li style="margin-top:0" /> 62 <li style="margin-top:0" />
63 Bring up the extensions management page 63 Bring up the extensions management page
64 by clicking the wrench icon 64 by clicking the wrench icon
65 <img src="images/toolsmenu.gif" width="29" height="29" alt="" 65 <img src="images/toolsmenu.gif" width="29" height="29" alt=""
66 style="margin-top:0" /> 66 style="margin-top:0" />
67 and choosing <b>Tools > Extensions</b>. 67 and choosing <b>Tools > Extensions</b>.
68 (On Mac, use <b>Window > Extensions</b>.)
69 </li> 68 </li>
70 69
71 <li> 70 <li>
72 If <b>Developer mode</b> has a + by it, 71 If <b>Developer mode</b> has a + by it,
73 click the + to add developer information to the page. 72 click the + to add developer information to the page.
74 The + changes to a -, 73 The + changes to a -,
75 and more buttons and information appear. 74 and more buttons and information appear.
76 </li> 75 </li>
77 76
78 <li> 77 <li>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <li> 176 <li>
178 Look at some 177 Look at some
179 <a href="samples.html">sample extensions</a> 178 <a href="samples.html">sample extensions</a>
180 </li> 179 </li>
181 <li> 180 <li>
182 Watch some 181 Watch some
183 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a >, such as 182 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a >, such as
184 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101 D6A85FE9D4B&index=3">How to build an extension</a> 183 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101 D6A85FE9D4B&index=3">How to build an extension</a>
185 </li> 184 </li>
186 </ul> 185 </ul>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/getstarted.html ('k') | chrome/common/extensions/docs/static/tut_debugging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698