summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchrome/common/extensions/docs/static/getstarted.html21
1 files changed, 5 insertions, 16 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
index 4db3b2e..4b9ef63 100755
--- a/chrome/common/extensions/docs/static/getstarted.html
+++ b/chrome/common/extensions/docs/static/getstarted.html
@@ -9,21 +9,11 @@ To complete this tutorial, you must have Windows.
<h2 id="browser">Get your browser ready</h2>
-<p>
-To develop extensions for Google Chrome, you need to set up your browser:
-</p>
+<p>To develop extensions for Google Chrome,
+you'll need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe
+to the dev channel</a> of Google Chrome for Windows.
-<ol>
- <li><a href="http://dev.chromium.org/getting-involved/dev-channel">Subscribe
- to the Dev channel</a> of Google Chrome for Windows. </li>
- <li><a href="http://dev.chromium.org/developers/creating-and-using-profiles">Create
- a separate profile</a> for testing
- <em>(optional but highly recommended)</em>.
- Having a testing profile means that you can use Google Chrome
- (with your default profile)
- for everyday browsing,
- even if your extension has horrible bugs.</li>
-</ol>
+<p><b>Note:</b> This tutorial requires Windows. You can try it on Linux and OS X, and it may work, but in general the extensions support is quite a bit less stable on those platforms. We're working hard to bring them up to speed.
<h2 id="load">Create and load an extension</h2>
<p>
@@ -64,8 +54,7 @@ at the bottom of the Google Chrome window.
<li> Load the extension.
<ol type="a">
<li>
- Bring up the Extensions page
- by going to this URL:
+ Bring up the Extensions management page by going to this URL:
<blockquote>
<b>chrome://extensions</b>
</blockquote>