diff options
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 1f5fe391..452b919 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -203,13 +203,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; "> @@ -285,22 +278,11 @@ The icon and page will look something like this: <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 |