| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Packaging</div> | 1 <div id="pageData-name" class="pageData">Packaging</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 3 | 3 |
| 4 <p> | 4 <p> |
| 5 This page describes how to package your extension. | 5 This page describes how to package your extension. |
| 6 As the <a href="overview.html">Overview</a> explains, | 6 As the <a href="overview.html">Overview</a> explains, |
| 7 extensions are packaged as signed ZIP files | 7 extensions are packaged as signed ZIP files |
| 8 with the file extension "crx" — | 8 with the file extension "crx" — |
| 9 for example, <code>myextension.crx</code>. | 9 for example, <code>myextension.crx</code>. |
| 10 </p> | 10 </p> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 <ol> | 36 <ol> |
| 37 <li> | 37 <li> |
| 38 Bring up the Extensions management page | 38 Bring up the Extensions management page |
| 39 by going to this URL: | 39 by going to this URL: |
| 40 <blockquote> | 40 <blockquote> |
| 41 <b>chrome://extensions</b> | 41 <b>chrome://extensions</b> |
| 42 </blockquote> | 42 </blockquote> |
| 43 </li> | 43 </li> |
| 44 | 44 |
| 45 <li> | 45 <li> |
| 46 If <b>Developer mode</b> has a + by it, |
| 47 click the +. |
| 48 </li> |
| 49 |
| 50 <li> |
| 46 Click the <b>Pack extension</b> button. | 51 Click the <b>Pack extension</b> button. |
| 47 A dialog appears. | 52 A dialog appears. |
| 48 </li> | 53 </li> |
| 49 | 54 |
| 50 <li> | 55 <li> |
| 51 In the <b>Extension root directory</b> field, | 56 In the <b>Extension root directory</b> field, |
| 52 specify the path to the extension's folder — | 57 specify the path to the extension's folder — |
| 53 for example, <code>c:\myext</code>. | 58 for example, <code>c:\myext</code>. |
| 54 (Ignore the other field; | 59 (Ignore the other field; |
| 55 you don't specify a private key file | 60 you don't specify a private key file |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 | 159 |
| 155 <p> | 160 <p> |
| 156 You can also use a Ruby script to create packages. | 161 You can also use a Ruby script to create packages. |
| 157 See the following page for details: | 162 See the following page for details: |
| 158 </p> | 163 </p> |
| 159 | 164 |
| 160 <blockquote> | 165 <blockquote> |
| 161 <a href="http://github.com/Constellation/crxmake">github: crxmake</a> | 166 <a href="http://github.com/Constellation/crxmake">github: crxmake</a> |
| 162 | 167 |
| 163 | 168 |
| OLD | NEW |