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)

false

What are extensions?

Extensions are small software programs that can modify and enhance the functionality of the Chrome browser. You write them using web technologies such as HTML, JavaScript, and CSS. You can also use the extension system to build packaged apps, a downloadable kind of installable web app.

A screenshot of an extension's icon in the browser bar From a user's point of view, extensions and packaged apps are very different because they present very different user interfaces. Extensions have little to no user interface. For example, the image to the right shows the icon that provides the UI for the Gmail extension.

A screenshot of a packaged app that implements a jigsaw puzzle Packaged apps, on the other hand, look and feel like regular web apps, with a big-screen design and rich UI. The image to the right shows a jigsaw puzzle game implemented by a packaged app.

Both extensions and packaged apps bundle all their files into a single file that the user downloads and installs. This bundling means that, unlike ordinary web apps, extensions and packaged apps don't need to depend on content from the web.

You can distribute your extension or packaged app by using the Chrome Developer Dashboard to publish to the Chrome Web Store. For more information, see the store developer documentation.

How do I start?

  1. Follow the Getting Started tutorial
  2. Read the Overview
  3. Keep up-to-date by reading the Chromium blog
  4. Subscribe to the chromium-extensions group

Featured videos

Technical videos
Developer snapshots (below)