diff options
Diffstat (limited to 'chrome/common/extensions/docs/samples.html')
-rw-r--r-- | chrome/common/extensions/docs/samples.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index 53b5a68..e6f8dd9 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -281,9 +281,16 @@ Each sample also has links to the documentation for each feature used by the sample. </p> -<p><b>Note:</b> To run these samples, you need to be using the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev Channel</a> of Google Chrome. +<p><b>Note:</b> To run these samples, +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. -</p><p> +<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> + +<p> For more example code, see the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/" target="_blank">Chromium examples directory</a>. For tips on using the code viewer, see |