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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 <a id="gc-topnav-anchor"></a> | 102 <a id="gc-topnav-anchor"></a> |
103 <div id="gc-topnav"> | 103 <div id="gc-topnav"> |
104 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab
s</a>)</h1> | 104 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab
s</a>)</h1> |
105 <ul id="home" class="gc-topnav-tabs"> | 105 <ul id="home" class="gc-topnav-tabs"> |
106 <li id="home_link"> | 106 <li id="home_link"> |
107 <a href="index.html" title="Google Chrome Extensions home page">Home
</a> | 107 <a href="index.html" title="Google Chrome Extensions home page">Home
</a> |
108 </li> | 108 </li> |
109 <li id="docs_link"> | 109 <li id="docs_link"> |
110 <a href="docs.html" title="Official Google Chrome Extensions documen
tation">Docs</a> | 110 <a href="docs.html" title="Official Google Chrome Extensions documen
tation">Docs</a> |
111 </li> | 111 </li> |
| 112 <li id="faq_link"> |
| 113 <a href="faq.html" title="Answers to frequently asked questions abou
t Google Chrome Extensions">FAQ</a> |
| 114 </li> |
| 115 <li id="samples_link"> |
| 116 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> |
| 117 </li> |
112 <li id="group_link"> | 118 <li id="group_link"> |
113 <a href="http://groups.google.com/group/chromium-extensions" title="
Google Chrome Extensions developer forum">Group</a> | 119 <a href="http://groups.google.com/group/chromium-extensions" title="
Google Chrome Extensions developer forum">Group</a> |
114 </li> | 120 </li> |
115 <li id="samples_link"> | |
116 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> | |
117 </li> | |
118 <!-- | |
119 <li id="terms_link"> | |
120 Terms | |
121 </li> | |
122 --> | |
123 </ul> | 121 </ul> |
124 </div> <!-- end gc-topnav --> | 122 </div> <!-- end gc-topnav --> |
125 | 123 |
126 <div class="g-section g-tpl-170"> | 124 <div class="g-section g-tpl-170"> |
127 <!-- SIDENAV --> | 125 <!-- SIDENAV --> |
128 <div class="g-unit g-first" id="gc-toc"> | 126 <div class="g-unit g-first" id="gc-toc"> |
129 <ul> | 127 <ul> |
130 <li><a href="getstarted.html">Getting Started</a></li> | 128 <li><a href="getstarted.html">Getting Started</a></li> |
131 <li><a href="overview.html">Overview</a></li> | 129 <li><a href="overview.html">Overview</a></li> |
132 <li><h2><a href="devguide.html">Developer's Guide</a></h2> | 130 <li><h2><a href="devguide.html">Developer's Guide</a></h2> |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 urchinTracker(); | 576 urchinTracker(); |
579 } | 577 } |
580 catch(e) {/* urchinTracker not available. */} | 578 catch(e) {/* urchinTracker not available. */} |
581 </script> | 579 </script> |
582 <!-- end analytics --> | 580 <!-- end analytics --> |
583 </div> | 581 </div> |
584 </div> <!-- /gc-footer --> | 582 </div> <!-- /gc-footer --> |
585 </div> <!-- /gc-container --> | 583 </div> <!-- /gc-container --> |
586 </body></html> | 584 </body></html> |
587 | 585 |
OLD | NEW |