chrome.experimental.* APIs
List of APIs
{{^is_apps}}
We'd like your feedback
on the following experimental APIs:
{{/is_apps}}
{{+partials.api_table apis:apis is_stable:false/}}
{{^is_apps}}
Pay special attention to the following APIs,
which we expect to finalize soon:
devtools,
permissions,
For examples of using the experimental APIs, see
Samples.
{{/is_apps}}
Caution:
Don't depend on these experimental APIs.
They might disappear,
and they will change.
Also, the Chrome Web Store doesn't allow you to
upload items that use experimental APIs.
How to use experimental APIs
{{^is_apps}}
-
Make sure you're using either
Canary
(which you can use at the same time as other Chrome channels) or the
Dev channel.
Although the experimental APIs might work in other versions,
we need your feedback on the latest incarnation of the APIs,
which you can find in Canary and on the Dev channel.
{{/is_apps}}
-
Specify the "experimental"
permission
in your manifest, like this:
"permissions": [
"experimental",
...
],
-
Enable the experimental API in your browser.
You can do this in either of two ways:
{{^is_apps}}
-
Give us feedback!
Your comments and suggestions help us
improve the APIs and decide
which ones should move from experimental to supported.
{{/is_apps}}
More APIs
For information on the standard APIs, see
chrome.* APIs and
Other APIs.