Index: chrome/common/extensions/docs/getstarted.html |
=================================================================== |
--- chrome/common/extensions/docs/getstarted.html (revision 45611) |
+++ chrome/common/extensions/docs/getstarted.html (working copy) |
@@ -202,13 +202,6 @@ |
<h2>Contents</h2> |
<ol> |
<li> |
- <a href="#browser">Get your browser ready</a> |
- <ol> |
- <li style="display: none; "> |
- <a>h3Name</a> |
- </li> |
- </ol> |
- </li><li> |
<a href="#load">Create and load an extension</a> |
<ol> |
<li style="display: none; "> |
@@ -284,22 +277,11 @@ |
<img src="images/hello-world-small.png" 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 |