diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 16:40:45 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 16:40:45 +0000 |
commit | 5bef9e79009d0b22dcdfee07232dc6dba35d0f20 (patch) | |
tree | 4d3a3a13ef9f3a92e031430f91fb9c4e3f142273 /chrome/common/extensions | |
parent | 16ea4b4de1a0ca36389ac2767478816f0b3cc19e (diff) | |
download | chromium_src-5bef9e79009d0b22dcdfee07232dc6dba35d0f20.zip chromium_src-5bef9e79009d0b22dcdfee07232dc6dba35d0f20.tar.gz chromium_src-5bef9e79009d0b22dcdfee07232dc6dba35d0f20.tar.bz2 |
Minor changes, mostly to the top of Getting Started.
TBR=aa, rafaelw
Review URL: http://codereview.chromium.org/193021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rwxr-xr-x | chrome/common/extensions/docs/images/hello_world-page-small.gif | bin | 0 -> 22160 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/static/getstarted.html | 25 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/static/packaging.html | 4 |
3 files changed, 21 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/images/hello_world-page-small.gif b/chrome/common/extensions/docs/images/hello_world-page-small.gif Binary files differnew file mode 100755 index 0000000..9c72e5a --- /dev/null +++ b/chrome/common/extensions/docs/images/hello_world-page-small.gif diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 4b9ef63..ef9fce9 100755 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -3,17 +3,28 @@ <p> This tutorial walks you through creating a simple extension. -To complete this tutorial, you must have Windows. -(Linux and Mac don't yet support extensions.) +You'll add a button to Google Chrome +that, when clicked, displays an automatically generated page. +The button and page will look something like this: </p> +<img src="images/hello_world-page-small.gif" + width="291" height="184" + alt="a window with a grid of images related to HELLO WORLD" /> + <h2 id="browser">Get your browser ready</h2> <p>To develop extensions for Google Chrome, -you'll need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe +you need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe to the dev channel</a> of Google Chrome for Windows. +</p> -<p><b>Note:</b> This tutorial requires Windows. You can try it on Linux and OS X, and it may work, but in general the extensions support is quite a bit less stable on those platforms. We're working hard to bring them up to speed. +<p> +<b>Note:</b> This tutorial requires Windows. +You can try it on Linux and OS X, and it might work, +but the extensions support is less stable on those platforms. +We're working hard to bring them up to speed. +</p> <h2 id="load">Create and load an extension</h2> <p> @@ -67,7 +78,7 @@ at the bottom of the Google Chrome window. <li> In the file dialog, - navigate to your extension's directory + navigate to your extension's folder (<code>c:\myext</code>, for example) and click the <b>OK</b> button. </li> @@ -148,7 +159,9 @@ looking something like this: </ol> <p> It should look something like this:</p> -<img src="images/hello_world-page.gif" alt="a window with a grid of images related to HELLO WORLD" /> +<img src="images/hello_world-page.gif" + width="583" height="368" + alt="a window with a grid of images related to HELLO WORLD" /> <p> If you don't see that page, try the instructions again, diff --git a/chrome/common/extensions/docs/static/packaging.html b/chrome/common/extensions/docs/static/packaging.html index bd9f118..0002767 100755 --- a/chrome/common/extensions/docs/static/packaging.html +++ b/chrome/common/extensions/docs/static/packaging.html @@ -23,7 +23,7 @@ for inclusion in the gallery.] <p>To package an extension:</p> <ol> <li> - Bring up the Extensions page + Bring up the Extensions management page by going to this URL: <blockquote> <b>chrome://extensions</b> @@ -85,7 +85,7 @@ the <code>.crx</code> and <code>.pem</code> files:</p> </li> <li> - Bring up the Extensions page + Bring up the Extensions management page by going to this URL: <b>chrome://extensions</b> </li> |