| Index: chrome/common/extensions/docs/static/getstarted.html
|
| diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
|
| index 2bcfd321e7550e29a0d895e0ae8810d350e6c28c..c82096b36ee5475b05207977936fce98d6372e6d 100644
|
| --- a/chrome/common/extensions/docs/static/getstarted.html
|
| +++ b/chrome/common/extensions/docs/static/getstarted.html
|
| @@ -17,14 +17,7 @@ The icon and page will look something like this:
|
|
|
| <p>To develop extensions for Google Chrome,
|
| you need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe
|
| -to the Dev or Beta channel</a> of Google Chrome for Windows. Extensions aren't yet available in the stable channel.
|
| -</p>
|
| -
|
| -<p>
|
| -<b>Note:</b> This tutorial requires Windows.
|
| -You can try it on Linux and OS X, and it might work,
|
| -but the extensions support is less stable on those platforms.
|
| -We're working hard to bring them up to speed.
|
| +to the Dev Channel</a> of Google Chrome. Extensions aren't yet available in the beta or stable channels (but we're working hard on that!).
|
| </p>
|
|
|
| <h2 id="load">Create and load an extension</h2>
|
| @@ -37,9 +30,6 @@ to the toolbar of Google Chrome.
|
| <ol>
|
| <li>
|
| Create a folder somewhere on your computer to contain your extension's code.
|
| - We'll assume the folder is located at
|
| - <strong><code>c:\myext</code></strong>,
|
| - but it can be anywhere.
|
| </li>
|
| <li>
|
| Inside your extension's folder,
|
| @@ -95,7 +85,6 @@ to the toolbar of Google Chrome.
|
| <li>
|
| In the file dialog,
|
| navigate to your extension's folder
|
| - (<code>c:\myext</code>, for example)
|
| and click <b>OK</b>.
|
| </li>
|
| </ol> </li>
|
|
|