| Index: chrome/common/extensions/docs/templates/articles/packaging.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/templates/articles/packaging.html (revision 159604)
|
| +++ chrome/common/extensions/docs/templates/articles/packaging.html (working copy)
|
| @@ -33,7 +33,7 @@
|
| </p>
|
|
|
|
|
| -<h2>Creating a package</h2>
|
| +<h2 id="creating">Creating a package</h2>
|
|
|
| <p>To package an extension:</p>
|
| <ol>
|
| @@ -167,7 +167,7 @@
|
| </ol>
|
|
|
|
|
| -<h2>Packaging at the command line</h2>
|
| +<h2 id="packaging">Packaging at the command line</h2>
|
|
|
| <p>
|
| Another way to package extensions
|
| @@ -188,8 +188,8 @@
|
| add <code>--no-message-box</code> to the command.
|
| </p>
|
|
|
| -<h2>Package format and scripts</h2>
|
| +<h2 id="format">Package format and scripts</h2>
|
| <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>
|
|
|