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> |
(...skipping 22 matching lines...) Expand all Loading... |
33 <ul> | 33 <ul> |
34 <li jsselect="listChromeAPIs(true);"> | 34 <li jsselect="listChromeAPIs(true);"> |
35 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> | 35 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> |
36 </ul> | 36 </ul> |
37 | 37 |
38 <p class="doc-family extensions"> | 38 <p class="doc-family extensions"> |
39 Pay special attention to the following APIs, | 39 Pay special attention to the following APIs, |
40 which we expect to finalize soon: | 40 which we expect to finalize soon: |
41 <b>devtools</b>, | 41 <b>devtools</b>, |
42 <b>infobars</b>, | 42 <b>infobars</b>, |
43 <b>permissions</b>, | |
44 For examples of using the experimental APIs, see | 43 For examples of using the experimental APIs, see |
45 <a href="samples.html#experimental">Samples</a>. | 44 <a href="samples.html#experimental">Samples</a>. |
46 </p> | 45 </p> |
47 | 46 |
48 <p class="warning"> | 47 <p class="warning"> |
49 <b>Caution:</b> | 48 <b>Caution:</b> |
50 Don't depend on these experimental APIs. | 49 Don't depend on these experimental APIs. |
51 They might disappear, | 50 They might disappear, |
52 and they <em>will</em> change. | 51 and they <em>will</em> change. |
53 Also, the Chrome Web Store doesn't allow you to | 52 Also, the Chrome Web Store doesn't allow you to |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 </li> | 115 </li> |
117 </ol> | 116 </ol> |
118 | 117 |
119 <h2 id="other">More APIs</h2> | 118 <h2 id="other">More APIs</h2> |
120 | 119 |
121 <p> | 120 <p> |
122 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 |
123 <a href="api_index.html">chrome.* APIs</a> and | 122 <a href="api_index.html">chrome.* APIs</a> and |
124 <a href="api_other.html">Other APIs</a>. | 123 <a href="api_other.html">Other APIs</a>. |
125 </p> | 124 </p> |
OLD | NEW |