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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 </li> | 192 </li> |
193 <li id="faq_link"> | 193 <li id="faq_link"> |
194 <a href="faq.html" title="Answers to frequently asked questions abou
t Google Chrome Extensions">FAQ</a> | 194 <a href="faq.html" title="Answers to frequently asked questions abou
t Google Chrome Extensions">FAQ</a> |
195 </li> | 195 </li> |
196 <li id="samples_link"> | 196 <li id="samples_link"> |
197 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> | 197 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> |
198 </li> | 198 </li> |
199 <li id="group_link"> | 199 <li id="group_link"> |
200 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte
nsions" title="Google Chrome Extensions developer forum">Group</a> | 200 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte
nsions" title="Google Chrome Extensions developer forum">Group</a> |
201 </li> | 201 </li> |
| 202 <li id="so_link"> |
| 203 <a href="http://stackoverflow.com/questions/tagged/google-chrome-ext
ension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a> |
| 204 </li> |
202 </ul> | 205 </ul> |
203 </div> <!-- end gc-topnav --> | 206 </div> <!-- end gc-topnav --> |
204 | 207 |
205 <div class="g-section g-tpl-170"> | 208 <div class="g-section g-tpl-170"> |
206 <!-- SIDENAV --> | 209 <!-- SIDENAV --> |
207 <div class="g-unit g-first" id="gc-toc"> | 210 <div class="g-unit g-first" id="gc-toc"> |
208 <ul> | 211 <ul> |
209 <li class="leftNavSelected">Getting Started</li> | 212 <li class="leftNavSelected">Getting Started</li> |
210 <li><a href="overview.html">Overview</a></li> | 213 <li><a href="overview.html">Overview</a></li> |
211 <li><a href="whats_new.html">What's New?</a></li> | 214 <li><a href="whats_new.html">What's New?</a></li> |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 | 497 |
495 <p> | 498 <p> |
496 If you don't feel like reading, try these: | 499 If you don't feel like reading, try these: |
497 </p> | 500 </p> |
498 <ul> | 501 <ul> |
499 <li> | 502 <li> |
500 Keep up to date with the latest news: | 503 Keep up to date with the latest news: |
501 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> | 504 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s
ubscribe">subscribe to chromium-extensions</a> |
502 </li> | 505 </li> |
503 <li> | 506 <li> |
| 507 Ask a question tagged [google-chrome-extension] on |
| 508 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">
Stack Overflow</a> |
| 509 </li> |
| 510 <li> |
504 Look at some | 511 Look at some |
505 <a href="samples.html">sample extensions</a> | 512 <a href="samples.html">sample extensions</a> |
506 </li> | 513 </li> |
507 <li> | 514 <li> |
508 Watch some | 515 Watch some |
509 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as | 516 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a
>, such as |
510 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&
;p=CA101D6A85FE9D4B&index=3">How to build an extension</a> | 517 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&
;p=CA101D6A85FE9D4B&index=3">How to build an extension</a> |
511 </li> | 518 </li> |
512 </ul> | 519 </ul> |
513 </div> | 520 </div> |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 _uff=0; | 725 _uff=0; |
719 urchinTracker(); | 726 urchinTracker(); |
720 } | 727 } |
721 catch(e) {/* urchinTracker not available. */} | 728 catch(e) {/* urchinTracker not available. */} |
722 </script> | 729 </script> |
723 <!-- end analytics --> | 730 <!-- end analytics --> |
724 </div> | 731 </div> |
725 </div> <!-- /gc-footer --> | 732 </div> <!-- /gc-footer --> |
726 </div> <!-- /gc-container --> | 733 </div> <!-- /gc-container --> |
727 </body></html> | 734 </body></html> |
OLD | NEW |