diff options
| author | Ben Murdoch <benm@google.com> | 2010-11-18 18:32:45 +0000 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2010-11-18 18:38:07 +0000 |
| commit | 513209b27ff55e2841eac0e4120199c23acce758 (patch) | |
| tree | aeba30bb08c5f47c57003544e378a377c297eee6 /chrome/common/extensions/docs/faq.html | |
| parent | 164f7496de0fbee436b385a79ead9e3cb81a50c1 (diff) | |
| download | external_chromium-513209b27ff55e2841eac0e4120199c23acce758.zip external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.gz external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.bz2 | |
Merge Chromium at r65505: Initial merge by git.
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
Diffstat (limited to 'chrome/common/extensions/docs/faq.html')
| -rw-r--r-- | chrome/common/extensions/docs/faq.html | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html index 94ec93b..ea4af3a 100644 --- a/chrome/common/extensions/docs/faq.html +++ b/chrome/common/extensions/docs/faq.html @@ -15,6 +15,7 @@ </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> + <script type="text/javascript" src="js/sidebar.js"></script> <title>Frequently Asked Questions - Google Chrome Extensions - Google Code</title></head> <body> <div id="gc-container" class="labs"> <div id="devModeWarning"> @@ -94,7 +95,7 @@ <div> </div> </div> - </dl> + </dl> </div> </div> <!-- /SUBTEMPLATES --> @@ -225,6 +226,9 @@ <li><h2><a href="samples.html">Samples</a></h2></li> </ul> </div> + <script> + initToggles(); + </script> <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> @@ -376,12 +380,21 @@ try the <p> As long as you are using a version of Google Chrome that supports extensions, you already have everything you need to start writing an - extension of your own. Select <b>Extensions</b> from the Tools menu - <img style="vertical-align: middle; margin:0; padding:0" src="images/toolsmenu.gif"> (or from - the Window menu on Mac) and click <b>Developer Mode</b>. From there, you can load - an unpacked directory of files as if it were a packaged extension, reload - extensions, and more. For a complete tutorial, please view - <a href="http://code.google.com/chrome/extensions/getstarted.html">this getting started guide</a>. + extension of your own. + You can start by turning on Developer mode. + </p> + + <p> + Click the wrench icon + <img src="images/toolsmenu.gif" height="29" width="29" alt="" class="nomargin"> + and select <b>Extensions</b> from the <b>Tools</b> menu + (or from the <b>Window</b> menu on Mac). + If there's a "+" next to "Developer mode", + click the "+" so it turns into a "-". + Now you can reload extensions, + load an unpacked directory of files as if it were a packaged extension, + and more. For a complete tutorial, see + <a href="http://code.google.com/chrome/extensions/getstarted.html">Getting Started</a>. </p> <h3 id="faq-dev-02">Can I make cross-domain Ajax requests in an extension?</h3> @@ -679,7 +692,9 @@ win,stable,#.#.###.#,#.#.###.#</pre> to the ticket you starred or opened. This will make it easier for others with the same request to find the correct ticket. </li> -</ol></div> +</ol> + +</div> <!-- API PAGE --> <div class="apiPage" style="display: none; "> |
