OLD | NEW |
1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
3 <!-- In particular, sub-templates that recurse, must be used by allowing | 3 <!-- In particular, sub-templates that recurse, must be used by allowing |
4 jstemplate to make a copy of the template in this section which | 4 jstemplate to make a copy of the template in this section which |
5 are not operated on by way of the jsskip="true" --> | 5 are not operated on by way of the jsskip="true" --> |
6 <div jsskip="true" style="display:none"> | 6 <div jsskip="true" style="display:none"> |
7 | 7 |
8 <!-- VALUE --> | 8 <!-- VALUE --> |
9 <div id="valueTemplate"> | 9 <div id="valueTemplate"> |
10 <dt> | 10 <dt> |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 <a id="gc-topnav-anchor"></a> | 89 <a id="gc-topnav-anchor"></a> |
90 <div id="gc-topnav"> | 90 <div id="gc-topnav"> |
91 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab
s</a>)</h1> | 91 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab
s</a>)</h1> |
92 <ul id="home" class="gc-topnav-tabs"> | 92 <ul id="home" class="gc-topnav-tabs"> |
93 <li id="home_link"> | 93 <li id="home_link"> |
94 <a href="index.html" title="Google Chrome Extensions home page">Home
</a> | 94 <a href="index.html" title="Google Chrome Extensions home page">Home
</a> |
95 </li> | 95 </li> |
96 <li id="docs_link"> | 96 <li id="docs_link"> |
97 <a href="docs.html" title="Official Google Chrome Extensions documen
tation">Docs</a> | 97 <a href="docs.html" title="Official Google Chrome Extensions documen
tation">Docs</a> |
98 </li> | 98 </li> |
| 99 <li id="faq_link"> |
| 100 <a href="faq.html" title="Answers to frequently asked questions abou
t Google Chrome Extensions">FAQ</a> |
| 101 </li> |
| 102 <li id="samples_link"> |
| 103 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> |
| 104 </li> |
99 <li id="group_link"> | 105 <li id="group_link"> |
100 <a href="http://groups.google.com/group/chromium-extensions" title="
Google Chrome Extensions developer forum">Group</a> | 106 <a href="http://groups.google.com/group/chromium-extensions" title="
Google Chrome Extensions developer forum">Group</a> |
101 </li> | 107 </li> |
102 <li id="samples_link"> | |
103 <a href="samples.html" title="Sample extensions (with source code)">
Samples</a> | |
104 </li> | |
105 <!-- | |
106 <li id="terms_link"> | |
107 Terms | |
108 </li> | |
109 --> | |
110 </ul> | 108 </ul> |
111 </div> <!-- end gc-topnav --> | 109 </div> <!-- end gc-topnav --> |
112 | 110 |
113 <div class="g-section g-tpl-170"> | 111 <div class="g-section g-tpl-170"> |
114 <!-- SIDENAV --> | 112 <!-- SIDENAV --> |
115 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()"> | 113 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()"> |
116 <ul> | 114 <ul> |
117 <li><a href="getstarted.html">Getting Started</a></li> | 115 <li><a href="getstarted.html">Getting Started</a></li> |
118 <li><a href="overview.html">Overview</a></li> | 116 <li><a href="overview.html">Overview</a></li> |
119 <li><h2><a href="devguide.html">Developer's Guide</a></h2> | 117 <li><h2><a href="devguide.html">Developer's Guide</a></h2> |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 _uanchor=1; | 428 _uanchor=1; |
431 _uff=0; | 429 _uff=0; |
432 urchinTracker(); | 430 urchinTracker(); |
433 } | 431 } |
434 catch(e) {/* urchinTracker not available. */} | 432 catch(e) {/* urchinTracker not available. */} |
435 </script> | 433 </script> |
436 <!-- end analytics --> | 434 <!-- end analytics --> |
437 </div> | 435 </div> |
438 </div> <!-- /gc-footer --> | 436 </div> <!-- /gc-footer --> |
439 </div> <!-- /gc-container --> | 437 </div> <!-- /gc-container --> |
OLD | NEW |