diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 30d6431..83bc4c3 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -16,9 +16,14 @@ 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 <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe -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> +you need to get on an early access release channel of Google Chrome. The normal +'stable' release of Google Chrome doesn't yet support extensions (but we're working +hard on that!). + +<ul> + <li>For <b>Windows</b> and <b>Linux</b>, subscribe to the <a href='http://www.google.com/landing/chrome/beta/'>Beta Channel</a>. + <li>For <b>Mac</b>, subscribe to the <a href='http://www.chromium.org/getting-involved/dev-channel#TOC-Mac'>Dev Channel</a>. +</ul> <h2 id="load">Create and load an extension</h2> <p> |