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 | 2 |
3 <p> | 3 <p> |
4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> | 4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> |
5 on the following experimental APIs: | 5 on the following experimental APIs: |
6 </p> | 6 </p> |
7 | 7 |
8 <ul> | 8 <ul> |
9 <li jsselect="experimentalAPIs();"> | 9 <li jsselect="experimentalAPIs();"> |
10 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> | 10 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> |
11 </ul> | 11 </ul> |
12 | 12 |
13 <p class="caution"> | 13 <p class="warning"> |
14 <b>Caution:</b> | 14 <b>Caution:</b> |
15 Don't depend on these experimental APIs. | 15 Don't depend on these experimental APIs. |
16 They might disappear, | 16 They might disappear, |
17 and they <em>will</em> change. | 17 and they <em>will</em> change. |
18 Also, the extension gallery doesn't allow you to | 18 Also, the Chrome Developer Dashboard doesn't allow you to |
19 upload extensions that use experimental APIs. | 19 upload extensions that use experimental APIs. |
20 </p> | 20 </p> |
21 | 21 |
22 <h2 id="using">How to use experimental APIs</h2> | 22 <h2 id="using">How to use experimental APIs</h2> |
23 | 23 |
24 <ol> | 24 <ol> |
25 <li> | 25 <li> |
26 Make sure you're using the | 26 Make sure you're using the |
27 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a> | 27 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a> |
28 of Google Chrome. | 28 of Google Chrome. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 </li> | 65 </li> |
66 </ol> | 66 </ol> |
67 | 67 |
68 <h2 id="other">More information</h2> | 68 <h2 id="other">More information</h2> |
69 | 69 |
70 <p> | 70 <p> |
71 For information on the standard APIs that extensions can use, see | 71 For information on the standard APIs that extensions can use, see |
72 <a href="api_index.html">chrome.* APIs</a> and | 72 <a href="api_index.html">chrome.* APIs</a> and |
73 <a href="api_other.html">Other APIs</a>. | 73 <a href="api_other.html">Other APIs</a>. |
74 </p> | 74 </p> |
OLD | NEW |