OLD | NEW |
1 {{?branchInfo.showWarning}} | 1 {{?branchInfo.showWarning}} |
2 <div id="branchWarning" class="displayModeWarning"> | 2 <div id="branchWarning" class="displayModeWarning"> |
3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo
rk with the stable release of Chrome.</span> | 3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo
rk with the stable release of Chrome.</span> |
4 <select id="branchChooser"> | 4 <select id="branchChooser"> |
5 <option value="">Choose a different version...</option> | 5 <option value="">Choose a different version...</option> |
6 {{#branchInfo.branches}} | 6 {{#branchInfo.branches}} |
7 <option value="{{path}}">{{name}}</option> | 7 <option value="{{path}}">{{name}}</option> |
8 {{/}} | 8 {{/}} |
9 </select> | 9 </select> |
10 </div> | 10 </div> |
11 {{/}} | 11 {{/}} |
12 <a id="top"></a> | 12 <a id="top"></a> |
13 <div id="skipto"> | |
14 <a href="#gc-pagecontent">Skip to page content</a> | |
15 <a href="#gc-topnav">Skip to main navigation</a> | |
16 </div> | |
17 <div id="header"> | 13 <div id="header"> |
18 <div id="logo"> | 14 <div id="logo"> |
19 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi
f" alt="Google Code Labs" style="border:0; margin:0;"></a> | 15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi
f" alt="Google Code Labs" style="border:0; margin:0;"></a> |
20 </div> | 16 </div> |
21 <div id="cse"></div> | 17 <div id="cse"></div> |
22 <span class="greytext">e.g. "page action" or "tabs"</span> | 18 <span class="greytext">e.g. "page action" or "tabs"</span> |
23 </div> | 19 </div> |
24 <a id="gc-topnav-anchor"></a> | 20 <a id="gc-topnav-anchor"></a> |
25 <div id="gc-topnav"> | 21 <div id="gc-topnav"> |
26 <h1>Google Chrome Extensions</h1> | 22 <h1>Google Chrome Extensions</h1> |
(...skipping 11 matching lines...) Expand all Loading... |
38 <a href="samples.html" title="Sample extensions (with source code)"><div>S
amples</div></a> | 34 <a href="samples.html" title="Sample extensions (with source code)"><div>S
amples</div></a> |
39 </li> | 35 </li> |
40 <li id="group_link"> | 36 <li id="group_link"> |
41 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome Extensions developer forum"><div>Group</div></a> | 37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome Extensions developer forum"><div>Group</div></a> |
42 </li> | 38 </li> |
43 <li id="so_link"> | 39 <li id="so_link"> |
44 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> | 40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> |
45 </li> | 41 </li> |
46 </ul> | 42 </ul> |
47 </div> | 43 </div> |
OLD | NEW |