summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 01:25:56 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 01:25:56 +0000
commit40b54ee81a395943bbb7333df7f7d9f3e9e22986 (patch)
tree79e87b2ef938542afe74cd9056f33a2f034c60ff
parent7a89a9f94d6c310116da794a82fd99fc7753b057 (diff)
downloadchromium_src-40b54ee81a395943bbb7333df7f7d9f3e9e22986.zip
chromium_src-40b54ee81a395943bbb7333df7f7d9f3e9e22986.tar.gz
chromium_src-40b54ee81a395943bbb7333df7f7d9f3e9e22986.tar.bz2
Getting started doc nitpickery. We don't need to tell
people to load a separate profile I don't think. There's not really that much they can screw up (*aa knocks on wood). TBR=kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25139 0039d316-1c4b-4281-b951-d872f2087c98
-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>