Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: chrome/common/extensions/docs/static/packaging.html

Issue 7778017: Update references to the extension gallery. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" &mdash;
-for example, <code>myextension.crx</code>.
+with the file extension "crx"&mdash;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 &mdash;
-for example, to alpha testers.
+would be to distribute a non-public version&mdash;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 &mdash;
- for example, <code>c:\myext</code>.
+ specify the path to the extension's folder&mdash;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 &mdash;
- for example, <code>c:\myext</code>.
+ specify the path to the extension's folder&mdash;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 &mdash;
- for example, <code>c:\myext.pem</code>.
+ already generated <code>.pem</code> file for this extension&mdash;for
+ example, <code>c:\myext.pem</code>.
</li>
<li>

Powered by Google App Engine
This is Rietveld 408576698