Index: chrome/common/extensions/docs/static/getstarted.html |
=================================================================== |
--- chrome/common/extensions/docs/static/getstarted.html (revision 45611) |
+++ chrome/common/extensions/docs/static/getstarted.html (working copy) |
@@ -12,22 +12,11 @@ |
width="300" height="221" |
alt="a window with a grid of images related to HELLO WORLD" /> |
- |
-<h2 id="browser">Get your browser ready</h2> |
- |
<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. |
+You can develop extensions using any release of Google Chrome, |
+on Windows, Mac, or Linux. |
</p> |
-<ul> |
- <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> |
- |
<h2 id="load">Create and load an extension</h2> |
<p> |
In this section, you'll write an extension |