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

Side by Side Diff: chrome/common/extensions/docs/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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 </tr> 369 </tr>
370 </tbody></table> 370 </tbody></table>
371 </li> 371 </li>
372 <li id="load-ext"> Load the extension. 372 <li id="load-ext"> Load the extension.
373 <ol type="a"> 373 <ol type="a">
374 <li style="margin-top:0"> 374 <li style="margin-top:0">
375 Bring up the extensions management page 375 Bring up the extensions management page
376 by clicking the wrench icon 376 by clicking the wrench icon
377 <img src="images/toolsmenu.gif" width="29" height="29" alt="" style="margi n-top:0"> 377 <img src="images/toolsmenu.gif" width="29" height="29" alt="" style="margi n-top:0">
378 and choosing <b>Tools &gt; Extensions</b>. 378 and choosing <b>Tools &gt; Extensions</b>.
379 (On Mac, use <b>Window &gt; Extensions</b>.)
380 </li> 379 </li>
381 380
382 <li> 381 <li>
383 If <b>Developer mode</b> has a + by it, 382 If <b>Developer mode</b> has a + by it,
384 click the + to add developer information to the page. 383 click the + to add developer information to the page.
385 The + changes to a -, 384 The + changes to a -,
386 and more buttons and information appear. 385 and more buttons and information appear.
387 </li> 386 </li>
388 387
389 <li> 388 <li>
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 _uff=0; 676 _uff=0;
678 urchinTracker(); 677 urchinTracker();
679 } 678 }
680 catch(e) {/* urchinTracker not available. */} 679 catch(e) {/* urchinTracker not available. */}
681 </script> 680 </script>
682 <!-- end analytics --> 681 <!-- end analytics -->
683 </div> 682 </div>
684 </div> <!-- /gc-footer --> 683 </div> <!-- /gc-footer -->
685 </div> <!-- /gc-container --> 684 </div> <!-- /gc-container -->
686 </body></html> 685 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698