diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 00:55:58 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 00:55:58 +0000 |
commit | 85b024483a5f41fe130e86b2a21f278494fff6c9 (patch) | |
tree | cd21a0f38d10ed39adc3d505714ca24cddedc132 /chrome/common/extensions/docs/getstarted.html | |
parent | 959252a0358a8c0bf6385f17f49ca8ba1e49026d (diff) | |
download | chromium_src-85b024483a5f41fe130e86b2a21f278494fff6c9.zip chromium_src-85b024483a5f41fe130e86b2a21f278494fff6c9.tar.gz chromium_src-85b024483a5f41fe130e86b2a21f278494fff6c9.tar.bz2 |
Minor fix to some instructions.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/274073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rwxr-xr-x | chrome/common/extensions/docs/getstarted.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index a449f6a..422d193 100755 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -226,6 +226,10 @@ The button and page will look something like this: <img src="images/hello_world-page-small.gif" width="291" height="184" alt="a window with a grid of images related to HELLO WORLD"> +<p class="comment"> +[PENDING: rewrite the example to use a browser action instead of a toolstrip] +</p> + <h2 id="browser">Get your browser ready</h2> <p>To develop extensions for Google Chrome, @@ -365,7 +369,9 @@ looking something like this: </div></pre> </li> <li> - Restart the browser to load the new version of the extension.</li> + Return to <b>chrome://extensions</b>, + and click the <b>Reload</b> button + to load the new version of the extension.</li> <li>Click the button. A window should come up that displays <code>hello_world.html</code>. </li> </ol> |