OLD | NEW |
1 <div id="pageData-name" class="pageData">Developer's Guide</div> | 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 | 7 Unless otherwise stated, everything in this page |
8 applies to packaged apps, as well as extensions. | 8 applies to packaged apps, as well as extensions. |
9 </p> | 9 </p> |
10 | 10 |
11 <table class="columns"> | 11 <table class="columns"> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 <td> Host extensions on Google servers or your own </td> | 135 <td> Host extensions on Google servers or your own </td> |
136 </tr> | 136 </tr> |
137 <tr> | 137 <tr> |
138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> | 138 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> |
139 <td> Distribute extensions on your network or with other software </td> | 139 <td> Distribute extensions on your network or with other software </td> |
140 </tr> | 140 </tr> |
141 <tr> | 141 <tr> |
142 <td> <a href="packaging.html">Packaging</a> </td> | 142 <td> <a href="packaging.html">Packaging</a> </td> |
143 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> | 143 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> |
144 </tr> | 144 </tr> |
145 </table> | 145 </table> |
OLD | NEW |