| OLD | NEW |
| 1 <h1 class="page_title">chrome.experimental.* APIs</h1> | 1 <h1 class="page_title">chrome.experimental.* APIs</h1> |
| 2 <div class="doc-family extensions"> | 2 <div class="doc-family extensions"> |
| 3 <p> | 3 <p> |
| 4 Before you start, <strong>choose the right version of this page.</strong> | 4 Before you start, <strong>choose the right version of this page.</strong> |
| 5 You should read either: | 5 You should read either: |
| 6 </p> | 6 </p> |
| 7 | 7 |
| 8 <ul> | 8 <ul> |
| 9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html
">Most recent experimental APIs</a> | 9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html
">Most recent experimental APIs</a> |
| 10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> | 10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 List of APIs | 23 List of APIs |
| 24 </h2> | 24 </h2> |
| 25 | 25 |
| 26 <p class="doc-family extensions"> | 26 <p class="doc-family extensions"> |
| 27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> | 27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> |
| 28 on the following experimental APIs: | 28 on the following experimental APIs: |
| 29 </p> | 29 </p> |
| 30 | 30 |
| 31 <ul> | 31 <ul> |
| 32 {{#api_list.experimental}} | 32 {{#api_list.experimental}} |
| 33 <li><a href="{{@}}.html">{{@}}</a></li> | 33 <li><a href="{{name}}.html">{{name}}</a></li> |
| 34 {{/}} | 34 {{/}} |
| 35 </ul> | 35 </ul> |
| 36 | 36 |
| 37 <p class="doc-family extensions"> | 37 <p class="doc-family extensions"> |
| 38 Pay special attention to the following APIs, | 38 Pay special attention to the following APIs, |
| 39 which we expect to finalize soon: | 39 which we expect to finalize soon: |
| 40 <b>devtools</b>, | 40 <b>devtools</b>, |
| 41 <b>infobars</b>, | 41 <b>infobars</b>, |
| 42 <b>permissions</b>, | 42 <b>permissions</b>, |
| 43 For examples of using the experimental APIs, see | 43 For examples of using the experimental APIs, see |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 </li> | 115 </li> |
| 116 </ol> | 116 </ol> |
| 117 | 117 |
| 118 <h2 id="other">More APIs</h2> | 118 <h2 id="other">More APIs</h2> |
| 119 | 119 |
| 120 <p> | 120 <p> |
| 121 For information on the standard APIs that packaged apps can use, see | 121 For information on the standard APIs that packaged apps can use, see |
| 122 <a href="api_index.html">chrome.* APIs</a> and | 122 <a href="api_index.html">chrome.* APIs</a> and |
| 123 <a href="api_other.html">Other APIs</a>. | 123 <a href="api_other.html">Other APIs</a>. |
| 124 </p> | 124 </p> |
| OLD | NEW |