diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 23:22:57 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 23:22:57 +0000 |
commit | 35805fafab5674ab121138d6f8eb82e86ad57a85 (patch) | |
tree | add4e9a84d33893b7804a1ea0c9476d16063d9ce /chrome/common/extensions/docs/static/getstarted.html | |
parent | 60e7e8a4feb727019c59f54205ac03999dc81513 (diff) | |
download | chromium_src-35805fafab5674ab121138d6f8eb82e86ad57a85.zip chromium_src-35805fafab5674ab121138d6f8eb82e86ad57a85.tar.gz chromium_src-35805fafab5674ab121138d6f8eb82e86ad57a85.tar.bz2 |
Update the doc to reflect that the stable release of Google Chrome
now supports extensions.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/556012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 6c7c778..bc5c3b8 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -15,14 +15,16 @@ The icon and page will look something like this: <h2 id="browser">Get your browser ready</h2> -<p>To develop extensions for Google Chrome, -you need to get on an early access release channel of Google Chrome. The normal, -"Stable channel" release of Google Chrome doesn't yet support extensions (but we're working -hard on that!). +<p> +Extensions are supported on the normal, +"stable channel" release of Google Chrome for Windows. +To develop extensions on Linux or Mac, +you need to get on an early access release channel of Google Chrome. </p> <ul> - <li> <b>Windows</b> or <b>Linux</b>: Subscribe to the <a href="http://www.google.com/landing/chrome/beta/">Beta channel</a> </li> + <li> <b>Windows</b>: Use any release of Google Chrome </li> + <li> <b>Linux</b>: Subscribe to the <a href="http://www.google.com/landing/chrome/beta/">Beta channel</a> </li> <li> <b>Mac</b>: Subscribe to the <a href="http://www.chromium.org/getting-involved/dev-channel#TOC-Mac">Dev channel</a> </li> </ul> |