| Index: chrome/common/extensions/docs/packaging.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/packaging.html (revision 68334)
|
| +++ chrome/common/extensions/docs/packaging.html (working copy)
|
| @@ -170,7 +170,6 @@
|
| <li><a href="options.html">Options Pages</a></li>
|
| <li><a href="override.html">Override Pages</a></li>
|
| <li><a href="pageAction.html">Page Actions</a></li>
|
| - <li><a href="themes.html">Themes</a></li>
|
| </ul>
|
| </li>
|
| <li>Browser Interaction
|
| @@ -204,6 +203,7 @@
|
| </li>
|
| </ul>
|
| </li>
|
| + <li><h2><a href="apps.html">Packaged Apps</a></h2></li>
|
| <li><h2><a href="tutorials.html">Tutorials</a></h2>
|
| <ul>
|
| <li><a href="tut_debugging.html">Debugging</a></li>
|
| @@ -217,9 +217,9 @@
|
| <ul>
|
| <li><a href="manifest.html">Manifest Files</a></li>
|
| <li><a href="match_patterns.html">Match Patterns</a></li>
|
| - <!-- <li>Packages (.crx)</li> -->
|
| </ul>
|
| </li>
|
| + <li><a href="permission_warnings.html">Permission Warnings</a></li>
|
| <li><a href="api_index.html">chrome.* APIs</a></li>
|
| <li><a href="api_other.html">Other APIs</a></li>
|
| </ul>
|
| @@ -229,7 +229,7 @@
|
| <li><h2>More</h2>
|
| <ul>
|
| <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chrome Web Store</a></li>
|
| - <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Installable Web Apps</a></li>
|
| + <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Hosted Apps</a></li>
|
| <li><a href="themes.html">Themes</a></li>
|
| </ul>
|
| </li>
|
| @@ -338,7 +338,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 —
|
| for example, to alpha testers.
|
| @@ -404,8 +404,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>
|
| @@ -481,7 +481,8 @@
|
| <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></div>
|
| +</p>
|
| +</div>
|
|
|
| <!-- API PAGE -->
|
| <div class="apiPage" style="display: none; ">
|
|
|