| OLD | NEW |
| 1 <h1>Developer's Guide</h1> | 1 <h1>Developer's Guide</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 These pages assume you've completed | 4 These pages assume you've completed |
| 5 the <a href="getstarted.html">Getting Started</a> tutorial | 5 the <a href="getstarted.html">Getting Started</a> tutorial |
| 6 and <a href="overview.html">Overview</a>. | 6 and <a href="overview.html">Overview</a>. |
| 7 Unless otherwise stated, everything in this page | |
| 8 applies to packaged apps, as well as extensions. | |
| 9 </p> | 7 </p> |
| 10 | 8 |
| 11 <table class="columns"> | 9 <table class="columns"> |
| 12 <tr> | 10 <tr> |
| 13 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> | 11 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> |
| 14 </tr> | 12 </tr> |
| 15 <tr> | 13 <tr> |
| 16 <td colspan="2"> </td> | 14 <td colspan="2"> </td> |
| 17 </tr> | 15 </tr> |
| 18 <tr> | 16 <tr> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 </tr> | 134 </tr> |
| 137 <tr> | 135 <tr> |
| 138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> | 136 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> |
| 139 <td> Distribute extensions on your network or with other software </td> | 137 <td> Distribute extensions on your network or with other software </td> |
| 140 </tr> | 138 </tr> |
| 141 <tr> | 139 <tr> |
| 142 <td> <a href="packaging.html">Packaging</a> </td> | 140 <td> <a href="packaging.html">Packaging</a> </td> |
| 143 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> | 141 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> |
| 144 </tr> | 142 </tr> |
| 145 </table> | 143 </table> |
| OLD | NEW |