OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 </tr> | 296 </tr> |
297 <tr> | 297 <tr> |
298 <td> <a href="bookmarks.html">Bookmarks</a> </td> | 298 <td> <a href="bookmarks.html">Bookmarks</a> </td> |
299 <td> Create, organize, and otherwise manipulate the user's bookmarks </td> | 299 <td> Create, organize, and otherwise manipulate the user's bookmarks </td> |
300 </tr> | 300 </tr> |
301 <tr> | 301 <tr> |
302 <td> <a href="events.html">Events</a> </td> | 302 <td> <a href="events.html">Events</a> </td> |
303 <td> Detect when something interesting happens </td> | 303 <td> Detect when something interesting happens </td> |
304 </tr> | 304 </tr> |
305 <tr> | 305 <tr> |
306 <td> <a href="i18n.html">I18n</a> </td> | 306 <td> <a href="history.html">History</a> </td> |
307 <td> Deal with language and locale </td> | 307 <td> Interact with the browser's record of visited pages </td> |
308 </tr> | 308 </tr> |
309 <tr> | 309 <tr> |
310 <td> <a href="tabs.html">Tabs</a> </td> | 310 <td> <a href="tabs.html">Tabs</a> </td> |
311 <td> Create, modify, and rearrange tabs in the browser </td> | 311 <td> Create, modify, and rearrange tabs in the browser </td> |
312 </tr> | 312 </tr> |
313 <tr> | 313 <tr> |
314 <td> <a href="windows.html">Windows</a> </td> | 314 <td> <a href="windows.html">Windows</a> </td> |
315 <td> Create, modify, and rearrange windows in the browser </td> | 315 <td> Create, modify, and rearrange windows in the browser </td> |
316 </tr> | 316 </tr> |
317 | 317 |
318 <tr> | 318 <tr> |
319 <td colspan="2"><h4>Implementing the innards of your extension</h4></td> | 319 <td colspan="2"><h4>Implementing the innards of your extension</h4></td> |
320 </tr> | 320 </tr> |
321 <tr> | 321 <tr> |
322 <td colspan="2"> </td> | 322 <td colspan="2"> </td> |
323 </tr> | 323 </tr> |
324 <tr> | 324 <tr> |
325 <td> <a href="background_pages.html">Background Pages</a> </td> | 325 <td> <a href="background_pages.html">Background Pages</a> </td> |
326 <td> Put all the common code for your extension in a single place </td> | 326 <td> Put all the common code for your extension in a single place </td> |
327 </tr> | 327 </tr> |
328 <tr> | 328 <tr> |
329 <td> <a href="content_scripts.html">Content Scripts</a> </td> | 329 <td> <a href="content_scripts.html">Content Scripts</a> </td> |
330 <td> Run JavaScript code in the context of web pages </td> | 330 <td> Run JavaScript code in the context of web pages </td> |
331 </tr> | 331 </tr> |
332 <tr> | 332 <tr> |
333 <td> <a href="xhr.html">Cross-Origin XHR</a> </td> | 333 <td> <a href="xhr.html">Cross-Origin XHR</a> </td> |
334 <td> Use XMLHttpRequest to send and receive data from remote servers </td> | 334 <td> Use XMLHttpRequest to send and receive data from remote servers </td> |
335 </tr> | 335 </tr> |
336 <tr> | 336 <tr> |
| 337 <td> <a href="i18n.html">Internationalization</a> </td> |
| 338 <td> Deal with language and locale </td> |
| 339 </tr> |
| 340 <tr> |
337 <td> <a href="messaging.html">Message Passing</a> </td> | 341 <td> <a href="messaging.html">Message Passing</a> </td> |
338 <td> Communicate from a content script to its parent extension, | 342 <td> Communicate from a content script to its parent extension, |
339 or vice versa</td> | 343 or vice versa</td> |
340 </tr> | 344 </tr> |
341 <tr> | 345 <tr> |
342 <td> <a href="npapi.html">NPAPI Plugins</a> </td> | 346 <td> <a href="npapi.html">NPAPI Plugins</a> </td> |
343 <td> Load native binary code </td> | 347 <td> Load native binary code </td> |
344 </tr> | 348 </tr> |
345 | 349 |
346 <tr> | 350 <tr> |
347 <td colspan="2"><h4>Finishing and distributing your extension</h4></td> | 351 <td colspan="2"><h4>Finishing and distributing your extension</h4></td> |
348 </tr> | 352 </tr> |
349 <tr> | 353 <tr> |
350 <td colspan="2"> </td> | 354 <td colspan="2"> </td> |
351 </tr> | 355 </tr> |
352 <tr> | 356 <tr> |
353 <td> <a href="autoupdate.html">Autoupdating</a> </td> | 357 <td> <a href="autoupdate.html">Autoupdating</a> </td> |
354 <td> Update extensions automatically </td> | 358 <td> Update extensions automatically </td> |
355 </tr> | 359 </tr> |
356 <tr> | 360 <tr> |
| 361 <td> <a href="external_extensions.html">External Extensions</a> </td> |
| 362 <td> Install extensions automatically </td> |
| 363 </tr> |
| 364 <tr> |
357 <td> <a href="hosting.html">Hosting</a> </td> | 365 <td> <a href="hosting.html">Hosting</a> </td> |
358 <td> Host extensions on your own servers </td> | 366 <td> Host extensions on your own servers </td> |
359 </tr> | 367 </tr> |
360 <tr> | 368 <tr> |
361 <td> <a href="packaging.html">Packaging</a> </td> | 369 <td> <a href="packaging.html">Packaging</a> </td> |
362 <td> Create a .crx file so you can distribute your extension </td> | 370 <td> Create a .crx file so you can distribute your extension </td> |
363 </tr> | 371 </tr> |
364 </tbody></table> | 372 </tbody></table> |
365 | 373 |
366 </div> | 374 </div> |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 _uff=0; | 552 _uff=0; |
545 urchinTracker(); | 553 urchinTracker(); |
546 } | 554 } |
547 catch(e) {/* urchinTracker not available. */} | 555 catch(e) {/* urchinTracker not available. */} |
548 </script> | 556 </script> |
549 <!-- end analytics --> | 557 <!-- end analytics --> |
550 </div> | 558 </div> |
551 </div> <!-- /gc-footer --> | 559 </div> <!-- /gc-footer --> |
552 </div> <!-- /gc-container --> | 560 </div> <!-- /gc-container --> |
553 </body></html> | 561 </body></html> |
OLD | NEW |