From 7ff7b8145878e28d9b85e9481b41f6d0651f7860 Mon Sep 17 00:00:00 2001
From: "kathyw@google.com"
To develop extensions for Google Chrome,
-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 (but we're working
+you need to get on an early access release channel of Google Chrome. The normal,
+"Stable channel" release of Google Chrome doesn't yet support extensions (but we're working
hard on that!).
+Get your browser ready
-
Create and load an extension
@@ -408,7 +409,7 @@ it won't work!
Here are some suggestions for what to do next: diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index e6f8dd9..563a26013 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -282,12 +282,14 @@ for each feature used by the sample.
Note: 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. +you need to get on an early access release channel of Google Chrome. +The normal, "Stable channel" release of Google Chrome +doesn't yet support extensions. +
@@ -346,7 +348,7 @@ For tips on using the code viewer, see
Uses a popup to display the first 5 items from the 'Google News - top news' RSS feed. The popup dynamically resizes itself to fit additional content. +
Uses a popup to display the first 5 items from the "Google News - top news" RSS feed. The popup dynamically resizes itself to fit additional content.
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
index 83bc4c3..2d098af 100644
--- a/chrome/common/extensions/docs/static/getstarted.html
+++ b/chrome/common/extensions/docs/static/getstarted.html
@@ -16,13 +16,14 @@ The icon and page will look something like this:
To develop extensions for Google Chrome, -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 (but we're working +you need to get on an early access release channel of Google Chrome. The normal, +"Stable channel" release of Google Chrome doesn't yet support extensions (but we're working hard on that!). +
Here are some suggestions for what to do next: diff --git a/chrome/common/extensions/docs/static/samples.html b/chrome/common/extensions/docs/static/samples.html index 9ab022c..5457965 100644 --- a/chrome/common/extensions/docs/static/samples.html +++ b/chrome/common/extensions/docs/static/samples.html @@ -15,12 +15,14 @@ for each feature used by the sample.
Note: 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. +you need to get on an early access release channel of Google Chrome. +The normal, "Stable channel" release of Google Chrome +doesn't yet support extensions. +
@@ -79,7 +81,7 @@ For tips on using the code viewer, see
Uses a popup to display the first 5 items from the 'Google News - top news' RSS feed. The popup dynamically resizes itself to fit additional content. +
Uses a popup to display the first 5 items from the "Google News - top news" RSS feed. The popup dynamically resizes itself to fit additional content.