chrome.experimental.extension
For information on how to use experimental APIs, see the chrome.experimental.* APIs page.
API reference: chrome.experimental.extension
Properties
getLastError
chrome.extensionlastError
Methods
method name
void
chrome.module.methodName(,
)
Undocumented.
A description from the json schema def of the function goes here.
Parameters
Returns
Callback function
The callback parameter should specify a function
that looks like this:
If you specify the callback parameter, it should
specify a function that looks like this:
function(Type param1, Type param2) {...};
This function was added in version .
If you require this function, the manifest key
minimum_chrome_version
can ensure that your extension won't be run in an earlier browser version.
Events
onInstalled
chrome.experimental.extension.onInstalled.addListener(function() {...});
Undocumented.
Fired when the extension is first installed.
Extra parameters to addListener
Listener returns