chrome.apiname API reference
Methods
method name
void
chrome.module.methodName(,
)
Undocumented.
A description from the json schema def of the function goes here.
Parameters
-
paramName
( optional Type array of paramType )
- Undocumented.
- Description of this parameter from the json schema.
-
Returns
Callback function
If you specify the callback parameter, it should specify a function that looks like this:
function(Type param1, Type param2) {...});