From 85b024483a5f41fe130e86b2a21f278494fff6c9 Mon Sep 17 00:00:00 2001 From: "kathyw@google.com" Date: Fri, 16 Oct 2009 00:55:58 +0000 Subject: 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 --- chrome/common/extensions/docs/getstarted.html | 8 +++++++- chrome/common/extensions/docs/static/getstarted.html | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'chrome/common') 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: a window with a grid of images related to HELLO WORLD +

+[PENDING: rewrite the example to use a browser action instead of a toolstrip] +

+

Get your browser ready

To develop extensions for Google Chrome, @@ -365,7 +369,9 @@ looking something like this: </div>

  • - Restart the browser to load the new version of the extension.
  • + Return to chrome://extensions, + and click the Reload button + to load the new version of the extension.
  • Click the button. A window should come up that displays hello_world.html.
  • diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 272b5dc..df4bd77 100755 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -12,6 +12,10 @@ The button and page will look something like this: width="291" height="184" alt="a window with a grid of images related to HELLO WORLD" /> +

    +[PENDING: rewrite the example to use a browser action instead of a toolstrip] +

    +

    Get your browser ready

    To develop extensions for Google Chrome, @@ -156,7 +160,9 @@ looking something like this: </div>

  • - Restart the browser to load the new version of the extension.
  • + Return to chrome://extensions, + and click the Reload button + to load the new version of the extension.
  • Click the button. A window should come up that displays hello_world.html.
  • -- cgit v1.1