[PENDING: API Module Overview Goes Here]
Methods
getViews
array of object chrome.self.getViews(, )
Undocumented.
Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes toolstrips, background pages, and tabs.
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
- <!--framePath //<!--frame0-->--> (array of object)
- Undocumented.
- Array of HTMLWindow objects
-
- 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.