| 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 <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> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 <h2 id="overview"> | 22 <h2 id="overview"> |
| 23 List of APIs | 23 List of APIs |
| 24 </h2> | 24 </h2> |
| 25 | 25 |
| 26 <p> | 26 <p> |
| 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 <li jsselect="experimentalAPIs();"> | 32 <li jsselect="listChomeAPIs(document.body.getAttribute('packagetype'), true);"
> |
| 33 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> | 33 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> |
| 34 </ul> | 34 </ul> |
| 35 | 35 |
| 36 <p> | 36 <p> |
| 37 Pay special attention to the following APIs, | 37 Pay special attention to the following APIs, |
| 38 which we expect to finalize soon: | 38 which we expect to finalize soon: |
| 39 <b>devtools</b>, | 39 <b>devtools</b>, |
| 40 <b>infobars</b>, | 40 <b>infobars</b>, |
| 41 <b>permissions</b>, | 41 <b>permissions</b>, |
| 42 For examples of using the experimental APIs, see | 42 For examples of using the experimental APIs, see |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 </li> | 114 </li> |
| 115 </ol> | 115 </ol> |
| 116 | 116 |
| 117 <h2 id="other">More APIs</h2> | 117 <h2 id="other">More APIs</h2> |
| 118 | 118 |
| 119 <p> | 119 <p> |
| 120 For information on the standard APIs that extensions can use, see | 120 For information on the standard APIs that extensions can use, see |
| 121 <a href="api_index.html">chrome.* APIs</a> and | 121 <a href="api_index.html">chrome.* APIs</a> and |
| 122 <a href="api_other.html">Other APIs</a>. | 122 <a href="api_other.html">Other APIs</a>. |
| 123 </p> | 123 </p> |
| OLD | NEW |