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

Side by Side Diff: chrome/common/extensions/docs/static/tut_debugging.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: Debugging</div> 1 <div id="pageData-name" class="pageData">Tutorial: Debugging</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 introduces you to using 5 This tutorial introduces you to using
6 Google Chrome's built-in Developer Tools 6 Google Chrome's built-in Developer Tools
7 to interactively debug an extension. 7 to interactively debug an extension.
8 </p> 8 </p>
9 9
10 10
(...skipping 20 matching lines...) Expand all
31 style="margin:0" /> 31 style="margin:0" />
32 to the right of 32 to the right of
33 your browser's address bar. 33 your browser's address bar.
34 </p> 34 </p>
35 35
36 <p> 36 <p>
37 If the Hello World extension isn't already running, 37 If the Hello World extension isn't already running,
38 find the extension files and load them. 38 find the extension files and load them.
39 If you don't have a handy copy of the files, 39 If you don't have a handy copy of the files,
40 extract them from this 40 extract them from this
41 <a href="examples/tutorials/getstarted/getstarted.zip">ZIP file</a>. 41 <a href="examples/tutorials/getstarted.zip">ZIP file</a>.
42 See Getting Started if you need 42 See Getting Started if you need
43 <a href="getstarted.html#load-ext">instructions 43 <a href="getstarted.html#load-ext">instructions
44 for loading the extension</a>. 44 for loading the extension</a>.
45 </p> 45 </p>
46 </li> 46 </li>
47 47
48 <li> 48 <li>
49 Go to the Extensions page 49 Go to the Extensions page
50 (<b>chrome://extensions</b>), 50 (<b>chrome://extensions</b>),
51 and make sure the page is in Developer mode. 51 and make sure the page is in Developer mode.
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 </li> 253 </li>
254 </ul> 254 </ul>
255 255
256 <!-- [PENDING: do something to help people debug content scripts, which show up in blue] --> 256 <!-- [PENDING: do something to help people debug content scripts, which show up in blue] -->
257 257
258 <p> 258 <p>
259 For more ideas, 259 For more ideas,
260 see the <a href="getstarted.html#summary">Now what?</a> section 260 see the <a href="getstarted.html#summary">Now what?</a> section
261 of Getting Started. 261 of Getting Started.
262 </p> 262 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/getstarted.html ('k') | chrome/common/extensions/docs/tut_debugging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698