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

翻訳前ページへ


What's New in Extensions? - Google Chrome Extensions - Google Code
The Wayback Machine - http://web.archive.org/web/20100909182005/http://code.google.com:80/chrome/extensions/whats_new.html
You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
paramName
( optional enumerated Type array of paramType )
Undocumented.
Description of this parameter from the json schema.
This parameter was added in version . You must omit this parameter in earlier versions, and you may omit it in any version. If you require this parameter, the manifest key minimum_chrome_version can ensure that your extension won't be run in an earlier browser version.
Parameters

Google Chrome Extensions (Labs)

What's New in Extensions?

What's New in Extensions?

Google Chrome 6

  • New APIs
    • The context menus API allows you to add context menus to pages or specific objects on a page
    • The cookies API allows you to manage the browser's cookie system
    • The idle API allows you to detect when the machine's idle state changes
  • Manifest changes
    • The geolocation permission gives an extension access to the user's physical location
    • Match patterns can now select all schemes or all URLs
    • Access to file:/// URLs no longer triggers the "access to your machine" security warning, but now requires user opt-in from the extensions management page
  • Additions to existing APIs
  • New experimental APIs
    • The omnibox API allows you to add functionality to the browser's address bar
    • The infobars API allows you to add a UI panel across the top of a tab