| OLD | NEW |
| 1 <h1 class="page_title">chrome.experimental.* APIs</h1> | 1 <h1 class="page_title">chrome.experimental.* APIs</h1> |
| 2 {{^is_apps}} | 2 {{^is_apps}} |
| 3 <div class="doc-family extensions"> | 3 <div class="doc-family extensions"> |
| 4 <p> | 4 <p> |
| 5 Before you start, <strong>choose the right version of this page.</strong> | 5 Before you start, <strong>choose the right version of this page.</strong> |
| 6 You should read either: | 6 You should read either: |
| 7 </p> | 7 </p> |
| 8 | 8 |
| 9 <ul> | 9 <ul> |
| 10 <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/trunk/experimental.html
">Most recent experimental APIs</a></li> |
| 11 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> | 11 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> |
| 12 </ul> | 12 </ul> |
| 13 | 13 |
| 14 <p> | 14 <p> |
| 15 For information about browser versions such as | 15 For information about browser versions such as |
| 16 Canary (bleeding edge) and the Dev channel, see | 16 Canary (bleeding edge) and the Dev channel, see |
| 17 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch
annels</a>. | 17 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch
annels</a>. |
| 18 For details about channel-specific docs, | 18 For details about channel-specific docs, |
| 19 see <a href="docs.html#versions">Doc versions</a>. | 19 see <a href="docs.html#versions">Doc versions</a>. |
| 20 </p> | 20 </p> |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 {{/is_apps}} | 131 {{/is_apps}} |
| 132 </ol> | 132 </ol> |
| 133 | 133 |
| 134 <h2 id="other">More APIs</h2> | 134 <h2 id="other">More APIs</h2> |
| 135 | 135 |
| 136 <p> | 136 <p> |
| 137 For information on the standard APIs that packaged apps can use, see | 137 For information on the standard APIs that packaged apps can use, see |
| 138 <a href="api_index.html">chrome.* APIs</a> and | 138 <a href="api_index.html">chrome.* APIs</a> and |
| 139 <a href="api_other.html">Other APIs</a>. | 139 <a href="api_other.html">Other APIs</a>. |
| 140 </p> | 140 </p> |
| OLD | NEW |