1 <h1 class=
"page_title">chrome.experimental.* APIs
</h1>
8 <p class=
"doc-family extensions">
9 We'd like your
<a href=
"http://groups.google.com/a/chromium.org/group/chromium-extensions/topics">feedback
</a>
10 on the following experimental APIs:
14 {{+partials.api_table apis:apis is_stable:false/}}
17 <p class=
"doc-family extensions">
18 Pay special attention to the following APIs,
19 which we expect to finalize soon:
22 For examples of using the experimental APIs, see
23 <a href=
"samples#search:experimental">Samples
</a>.
29 Don't depend on these experimental APIs.
31 and they
<em>will
</em> change.
32 Also, the Chrome Web Store doesn't allow you to
33 upload items that use experimental APIs.
37 <h2 id=
"using">How to use experimental APIs
</h2>
41 <li class=
"doc-family extensions">
42 Make sure you're using either
43 <a href=
"http://tools.google.com/dlpage/chromesxs">Canary
</a>
44 (which you can use at the same time as other Chrome channels) or the
45 <a href=
"http://www.chromium.org/getting-involved/dev-channel">Dev channel
</a>.
46 Although the experimental APIs might work in other versions,
47 we need your feedback on the latest incarnation of the APIs,
48 which you can find in Canary and on the Dev channel.
52 Specify the
"experimental"
53 <a href=
"declare_permissions">permission
</a>
54 in your manifest, like this:
55 <pre data-filename=
"manifest.json">
57 <b>"experimental"</b>,
63 Enable the experimental API in your browser.
64 You can do this in either of two ways:
66 <li> Go to
<b>chrome://flags
</b>,
67 find
"Experimental Extension APIs",
68 click its
"Enable" link,
71 unless you return to that page and disable experimental APIs,
72 you'll be able to run extensions and apps that use experimental APIs.
74 <li> Specify the
<b>--enable-experimental-extension-apis
</b> flag
75 each time you launch the browser.
76 On Windows, you can do this by modifying
77 the properties of the shortcut that you use to launch Google Chrome.
81 <em>path_to_chrome.exe
</em> <b>--enable-experimental-extension-apis
</b></pre>
87 <li class=
"doc-family extension">
88 <a href=
"http://groups.google.com/a/chromium.org/group/chromium-extensions/topics">Give us feedback!
</a>
89 Your comments and suggestions help us
90 improve the APIs and decide
91 which ones should move from experimental to supported.
96 <h2 id=
"other">More APIs
</h2>
99 For information on the standard APIs, see
100 <a href=
"api_index">chrome.* APIs
</a> and
101 <a href=
"api_other">Other APIs
</a>.