diff options
Diffstat (limited to 'chrome/common/extensions/docs/packaging.html')
-rwxr-xr-x | chrome/common/extensions/docs/packaging.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index 25df0dd..b418b41 100755 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -64,6 +64,7 @@ <li jstcache="0"><a href="bookmarks.html" jstcache="0">Bookmarks</a></li> <li jstcache="0"><a href="themes.html" jstcache="0">Themes</a></li> <li jstcache="0"><a href="npapi.html" jstcache="0">NPAPI Plugins</a></li> + <li jstcache="0"><a href="xhr.html" jstcache="0">Cross-Origin XHR</a></li> <li jstcache="0" class="leftNavSelected">Packaging</li> <li jstcache="0">Autoupdate</li> </ul> @@ -285,7 +286,7 @@ to specify the location of the extension's private key file. For example: </p> -<pre jstcache="0">chrome.exe --pack-extension=<em jstcache="0">ext-folder-path</em> --pack-extension-key=<em jstcache="0">ext-key-path</em> +<pre jstcache="0">chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem </pre> <p jstcache="0"> |