diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 23:27:18 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 23:27:18 +0000 |
commit | 815aeb41b383c0c7dc793e9a02678b09363d864a (patch) | |
tree | d078ee623d64bd3302c5bc948ce03c02fb4dff71 /chrome/common/extensions/docs | |
parent | 29f5f29ee1dad4d91b73d4b3d59cdcb5c2aeb983 (diff) | |
download | chromium_src-815aeb41b383c0c7dc793e9a02678b09363d864a.zip chromium_src-815aeb41b383c0c7dc793e9a02678b09363d864a.tar.gz chromium_src-815aeb41b383c0c7dc793e9a02678b09363d864a.tar.bz2 |
Dev channel no longer required for Mac.
BUG=36384
TEST=none
Review URL: http://codereview.chromium.org/1699016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 22 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 15 |
2 files changed, 4 insertions, 33 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 769a212..f04de6f 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -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 @@ 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 diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index ea43c92..e9668b1 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -12,22 +12,11 @@ The icon and page will look something like this: 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 |