diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 06:01:08 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 06:01:08 +0000 |
commit | 65caf738dd018cc2c61c35cda3bb8be2069791c8 (patch) | |
tree | 1c81bf9ea0e1fd01d5e8780e181b23e94aaa4855 /chrome | |
parent | e9e44dcb104712a89b166f41ee7cf28264695c0c (diff) | |
download | chromium_src-65caf738dd018cc2c61c35cda3bb8be2069791c8.zip chromium_src-65caf738dd018cc2c61c35cda3bb8be2069791c8.tar.gz chromium_src-65caf738dd018cc2c61c35cda3bb8be2069791c8.tar.bz2 |
Fix issue 20944: Extension Doc bug for packaging
TBR=rafaelw
Review URL: http://codereview.chromium.org/192051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/common/extensions/docs/static/packaging.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/packaging.html b/chrome/common/extensions/docs/static/packaging.html index 0002767..7592f05 100755 --- a/chrome/common/extensions/docs/static/packaging.html +++ b/chrome/common/extensions/docs/static/packaging.html @@ -90,6 +90,11 @@ the <code>.crx</code> and <code>.pem</code> files:</p> </li> <li> + Click the <b>Pack extension</b> button. + A dialog appears. + </li> + + <li> In the <b>Extension root directory</b> field, specify the path to the extension's folder — for example, <code>c:\myext</code>. |