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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 <img src="examples/tutorials/getstarted/icon.png" width="19" height="19" a
lt="" style="margin:0"> | 361 <img src="examples/tutorials/getstarted/icon.png" width="19" height="19" a
lt="" style="margin:0"> |
362 to the right of | 362 to the right of |
363 your browser's address bar. | 363 your browser's address bar. |
364 </p> | 364 </p> |
365 | 365 |
366 <p> | 366 <p> |
367 If the Hello World extension isn't already running, | 367 If the Hello World extension isn't already running, |
368 find the extension files and load them. | 368 find the extension files and load them. |
369 If you don't have a handy copy of the files, | 369 If you don't have a handy copy of the files, |
370 extract them from this | 370 extract them from this |
371 <a href="examples/tutorials/getstarted/getstarted.zip">ZIP file</a>. | 371 <a href="examples/tutorials/getstarted.zip">ZIP file</a>. |
372 See Getting Started if you need | 372 See Getting Started if you need |
373 <a href="getstarted.html#load-ext">instructions | 373 <a href="getstarted.html#load-ext">instructions |
374 for loading the extension</a>. | 374 for loading the extension</a>. |
375 </p> | 375 </p> |
376 </li> | 376 </li> |
377 | 377 |
378 <li> | 378 <li> |
379 Go to the Extensions page | 379 Go to the Extensions page |
380 (<b>chrome://extensions</b>), | 380 (<b>chrome://extensions</b>), |
381 and make sure the page is in Developer mode. | 381 and make sure the page is in Developer mode. |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 _uff=0; | 764 _uff=0; |
765 urchinTracker(); | 765 urchinTracker(); |
766 } | 766 } |
767 catch(e) {/* urchinTracker not available. */} | 767 catch(e) {/* urchinTracker not available. */} |
768 </script> | 768 </script> |
769 <!-- end analytics --> | 769 <!-- end analytics --> |
770 </div> | 770 </div> |
771 </div> <!-- /gc-footer --> | 771 </div> <!-- /gc-footer --> |
772 </div> <!-- /gc-container --> | 772 </div> <!-- /gc-container --> |
773 </body></html> | 773 </body></html> |
OLD | NEW |