OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 {{+partials.header_head}} | 4 {{+partials.header_head}} |
5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> | 5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> |
6 {{+partials.title}} | 6 {{+partials.title}} |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 {{+partials.header_body title:extensions_title}} | 9 {{+partials.header_body title:extensions_title}} |
10 <div id="gc-container"> | 10 <div id="gc-container"> |
11 {{+partials.extensions_sidenav}} | 11 {{+partials.extensions_sidenav}} |
12 <div id="gc-pagecontent"> | 12 <div id="gc-pagecontent"> |
13 <h1 class="page_title">chrome.{{api.name}}</h1> | 13 <h1 class="page_title">chrome.{{api.name}}</h1> |
14 {{?api.permissions.dev}} | 14 {{?api.permissions.dev}}{{+partials.warning}}{{/}} |
15 <p class="warning"> | 15 {{+partials.table_of_contents toc:intro.toc |
16 <em>Warning:</em> This API is still under development. It is only | 16 samples_list:api.samples.extensions |
17 available for Chrome users on the | 17 title:extensions_title}} |
18 <span> | |
19 <strong>dev</strong> | |
20 <a href="http://www.chromium.org/getting-involved/dev-channel">ear
ly | |
21 release channel</a>.</span> | |
22 </p> | |
23 {{/api.permissions.dev}} | |
24 {{+partials.table_of_contents toc:intro.toc}} | |
25 {{- This is unindented because it contains <pre> tags -}} | 18 {{- This is unindented because it contains <pre> tags -}} |
26 {{+intro.intro is_apps:false}} | 19 {{+intro.intro is_apps:false}} |
27 {{+partials.api_reference}} | 20 {{+partials.api_reference samples_list:api.samples.extensions |
| 21 title:extensions_title}} |
28 </div> | 22 </div> |
29 </div> | 23 </div> |
30 </body> | 24 </body> |
31 {{+partials.footer is_apps:false}} | 25 {{+partials.extensions_footer}} |
32 </html> | 26 </html> |
OLD | NEW |