OLD | NEW |
1 <div id="pageData-name" class="pageData">Developer's Guide</div> | 1 <div id="pageData-name" class="pageData">Developer's Guide</div> |
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. |
7 </p> | 9 </p> |
8 | 10 |
9 <table class="columns"> | 11 <table class="columns"> |
10 <tr> | 12 <tr> |
11 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> | 13 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> |
12 </tr> | 14 </tr> |
13 <tr> | 15 <tr> |
14 <td colspan="2"> </td> | 16 <td colspan="2"> </td> |
15 </tr> | 17 </tr> |
16 <tr> | 18 <tr> |
17 <td> <a href="browserAction.html">Browser Actions</a> </td> | 19 <td> <a href="browserAction.html">Browser Actions</a> </td> |
18 <td> Add icons to the toolbar </td> | 20 <td> Add icons to the toolbar <em>(extensions only)</em> </td> |
19 </tr> | 21 </tr> |
20 <tr> | 22 <tr> |
21 <td> <a href="notifications.html">Desktop Notifications</a> </td> | 23 <td> <a href="notifications.html">Desktop Notifications</a> </td> |
22 <td> Notify users of important events </td> | 24 <td> Notify users of important events </td> |
23 </tr> | 25 </tr> |
24 <tr> | 26 <tr> |
25 <td> <a href="options.html">Options Pages</a> </td> | 27 <td> <a href="options.html">Options Pages</a> </td> |
26 <td> Let users customize your extension </td> | 28 <td> Let users customize your extension </td> |
27 </tr> | 29 </tr> |
28 <tr> | 30 <tr> |
29 <td> <a href="override.html">Override Pages</a> </td> | 31 <td> <a href="override.html">Override Pages</a> </td> |
30 <td> Implement your own version of standard browser pages | 32 <td> Implement your own version of standard browser pages |
31 such as the New Tab page</td> | 33 such as the New Tab page</td> |
32 </tr> | 34 </tr> |
33 <tr> | 35 <tr> |
34 <td> <a href="pageAction.html">Page Actions</a> </td> | 36 <td> <a href="pageAction.html">Page Actions</a> </td> |
35 <td> Add temporary icons inside the address bar </td> | 37 <td> Add temporary icons inside the address bar <em>(extensions only)</em> <
/td> |
36 </tr> | 38 </tr> |
37 <tr> | 39 <tr> |
38 <td> <a href="themes.html">Themes</a> </td> | 40 <td> <a href="themes.html">Themes</a> </td> |
39 <td> Change the overall appearance of the browser </td> | 41 <td> Change the overall appearance of the browser </td> |
40 </tr> | 42 </tr> |
41 | 43 |
42 <tr> | 44 <tr> |
43 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td> | 45 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td> |
44 </tr> | 46 </tr> |
45 <tr> | 47 <tr> |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 </tr> | 113 </tr> |
112 <tr> | 114 <tr> |
113 <td colspan="2"> </td> | 115 <td colspan="2"> </td> |
114 </tr> | 116 </tr> |
115 <tr> | 117 <tr> |
116 <td> <a href="autoupdate.html">Autoupdating</a> </td> | 118 <td> <a href="autoupdate.html">Autoupdating</a> </td> |
117 <td> Update extensions automatically </td> | 119 <td> Update extensions automatically </td> |
118 </tr> | 120 </tr> |
119 <tr> | 121 <tr> |
120 <td> <a href="hosting.html">Hosting</a> </td> | 122 <td> <a href="hosting.html">Hosting</a> </td> |
121 <td> Host extensions in the Extensions Gallery or on your own servers </td> | 123 <td> Host extensions on Google servers or your own </td> |
122 </tr> | 124 </tr> |
123 <tr> | 125 <tr> |
124 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> | 126 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> |
125 <td> Distribute extensions on your network or with other software </td> | 127 <td> Distribute extensions on your network or with other software </td> |
126 </tr> | 128 </tr> |
127 <tr> | 129 <tr> |
128 <td> <a href="packaging.html">Packaging</a> </td> | 130 <td> <a href="packaging.html">Packaging</a> </td> |
129 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> | 131 <td> Create a <code>.crx</code> file so you can distribute your extension </
td> |
130 </tr> | 132 </tr> |
131 </table> | 133 </table> |
132 | 134 |
OLD | NEW |