| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div> | 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 3 | 3 |
| 4 <div class="doc-family extensions"> | 4 <div class="doc-family extensions"> |
| 5 <p> | 5 <p> |
| 6 Before you start, <strong>choose the right version of this page.</strong> | 6 Before you start, <strong>choose the right version of this page.</strong> |
| 7 You should read either: | 7 You should read either: |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <ul> | 10 <ul> |
| 11 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html
">Most recent experimental APIs</a> | 11 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html
">Most recent experimental APIs</a></li> |
| 12 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> | 12 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
Dev channel experimental APIs</a></li> |
| 13 </ul> | 13 </ul> |
| 14 | 14 |
| 15 <p> | 15 <p> |
| 16 For information about browser versions such as | 16 For information about browser versions such as |
| 17 Canary (bleeding edge) and the Dev channel, see | 17 Canary (bleeding edge) and the Dev channel, see |
| 18 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch
annels</a>. | 18 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch
annels</a>. |
| 19 For details about channel-specific docs, | 19 For details about channel-specific docs, |
| 20 see <a href="docs.html#versions">Doc versions</a>. | 20 see <a href="docs.html#versions">Doc versions</a>. |
| 21 </p> | 21 </p> |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 </li> | 116 </li> |
| 117 </ol> | 117 </ol> |
| 118 | 118 |
| 119 <h2 id="other">More APIs</h2> | 119 <h2 id="other">More APIs</h2> |
| 120 | 120 |
| 121 <p> | 121 <p> |
| 122 For information on the standard APIs that packaged apps can use, see | 122 For information on the standard APIs that packaged apps can use, see |
| 123 <a href="api_index.html">chrome.* APIs</a> and | 123 <a href="api_index.html">chrome.* APIs</a> and |
| 124 <a href="api_other.html">Other APIs</a>. | 124 <a href="api_other.html">Other APIs</a>. |
| 125 </p> | 125 </p> |
| OLD | NEW |