Chromium Code Reviews

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

Issue 5398002: doc stuff (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/extensions/docs/static/overview.html ('k') | chrome/common/extensions/docs/static/tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/packaging.html
===================================================================
--- chrome/common/extensions/docs/static/packaging.html (revision 68334)
+++ chrome/common/extensions/docs/static/packaging.html (working copy)
@@ -13,7 +13,7 @@
<b>Note:</b>
You might not need to package your extension.
If you publish your extension using the
-<a href="https://chrome.google.com/extensions">gallery</a>,
+<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.
@@ -79,8 +79,8 @@
</p>
<ul>
<li><a href="#update">Update</a> the extension</li>
-<li>Upload the extension to the
-<a href="https://chrome.google.com/extensions">Extensions Gallery</a> </li>
+<li>Upload the extension using the
+<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a></li>
</ul>
<p>
@@ -159,4 +159,4 @@
<p>
For more information on the format, as well as pointers to scripts you can use
to create <code>.crx</code> files, see <a href="crx.html">CRX package format</a>.
-</p>
+</p>
« no previous file with comments | « chrome/common/extensions/docs/static/overview.html ('k') | chrome/common/extensions/docs/static/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine