このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


chrome.* APIs - Google Chrome Extensions - Google Code
The Wayback Machine - http://web.archive.org/web/20100209020759/http://code.google.com:80/chrome/extensions/api_index.html
paramName
( optional Type array of paramType )
Undocumented.
Description of this parameter from the json schema.

Google Chrome Extensions (Labs)

chrome.* APIs

chrome.* APIs

Google Chrome provides APIs such as chrome.bookmarks and chrome.tab so that extensions can interact with the browser. Here are the supported chrome.* APIs:

Unless the doc says otherwise, methods in the chrome.* APIs are asynchronous: they return immediately, without waiting for the operation to finish. If you need to know the outcome of an operation, then you pass a callback function into the method. For more information, see the video Extension API Design.