Index: chrome/common/extensions/docs/static/packaging.html |
=================================================================== |
--- chrome/common/extensions/docs/static/packaging.html (revision 98127) |
+++ chrome/common/extensions/docs/static/packaging.html (working copy) |
@@ -5,8 +5,8 @@ |
This page describes how to package your extension. |
As the <a href="overview.html">Overview</a> explains, |
extensions are packaged as signed ZIP files |
-with the file extension "crx" — |
-for example, <code>myextension.crx</code>. |
+with the file extension "crx"—for example, |
+<code>myextension.crx</code>. |
</p> |
<p> |
@@ -15,12 +15,13 @@ |
If you publish your extension using the |
<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, |
then the only reason to create your own <code>.crx</code> file |
-would be to distribute a non-public version — |
-for example, to alpha testers. |
+would be to distribute a non-public version—for example, |
+to alpha testers. |
+You can find information on publishing extensions and apps in the |
+Chrome Web Store getting started tutorial, starting at |
+<a href="http://code.google.com/chrome/webstore/docs/get_started_simple.html#step5">Step 5: Zip up your app</a>. |
</p> |
-<!-- [PENDING: Refer to instructions on submitting an extension for inclusion in the gallery.] --> |
- |
<p> |
When you package an extension, |
the extension is assigned a unique key pair. |
@@ -54,8 +55,8 @@ |
<li> |
In the <b>Extension root directory</b> field, |
- specify the path to the extension's folder — |
- for example, <code>c:\myext</code>. |
+ specify the path to the extension's folder—for example, |
+ <code>c:\myext</code>. |
(Ignore the other field; |
you don't specify a private key file |
the first time you package a particular extension.) |
@@ -113,15 +114,15 @@ |
<li> |
In the <b>Extension root directory</b> field, |
- specify the path to the extension's folder — |
- for example, <code>c:\myext</code>. |
+ specify the path to the extension's folder—for example, |
+ <code>c:\myext</code>. |
</li> |
<li> |
In the <b>Private key file</b> field, |
specify the location of the |
- already generated <code>.pem</code> file for this extension — |
- for example, <code>c:\myext.pem</code>. |
+ already generated <code>.pem</code> file for this extension—for |
+ example, <code>c:\myext.pem</code>. |
</li> |
<li> |