Contents
[PENDING: links to all h2s and h3s should go here -- would it be possible to link to overview h3s, as well? if so, how should we create their anchor/id values?][PENDING: API Module Overview Goes Here]
Methods
method name
void chrome.module.methodName(, )
Undocumented.
A description from the json schema def of the function goes here.
Parameters
- paramName (optional paramType)
- Undocumented.
- Description of this parameter from the json schema.
-
- paramName (optional paramType)
- Undocumented.
- Description of this parameter from the json schema.
Returns
- paramName (paramType)
- Undocumented.
- Description of this parameter from the json schema.
-
- paramName (optional paramType)
- Undocumented.
- Description of this parameter from the json schema.
Callback function
If you specify the callback parameter, it should specify a function that looks like this:
function(Type param1, Type param2) {...});
- paramName (paramType)
- Undocumented.
- Description of this parameter from the json schema.
-
- paramName (optional paramType)
- Undocumented.
- Description of this parameter from the json schema.
Events
event name
chrome.bookmarks.onEvent.addListener(function(Type param1, Type param2) {...});
Undocumented.
A description from the json schema def of the event goes here.
Parameters
- paramName (paramType)
- Undocumented.
- Description of this parameter from the json schema.
-
- paramName (optional paramType)
- Undocumented.
- Description of this parameter from the json schema.