Developer's Guide
We're still building this guide,
but here's what we have, so far:
- Changing the Google Chrome chrome
- Interacting with Google Chrome in other ways
- Implementing the innards of your extension
- Finishing and distributing your extension
API reference: chrome.apiname
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
If you specify the callback parameter,
it should specify a function that looks like this:
function(Type param1, Type param2) {...});
Events
event name
chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...});
Undocumented.
A description from the json schema def of the event goes here.
Parameters