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)

Samples

Blank new tab page

Source files:

Block/allow third-party cookies API example extension

Sample extension which demonstrates how to access a preference.

Source files:

Broken Links

Extends the Developer Tools, adding an audit category that finds broken links on the inspected page.

CatBlock

I can't has cheezburger!

Chrome Query

Extends the Developer Tools, adding a sidebar that displays the jQuery data associated with the selected DOM element.

Chromium Buildbot Monitor

Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.

Content Script Cross-Domain XMLHttpRequest Example

Demonstrates making cross domain requests from a content script by putting Twitter trends on Google News.

Content settings

Shows the content settings for the current site.

Source files:

Context Menus Sample

Shows some of the features of the Context Menus API

Email this page (by Google)

This extension adds an email button to the toolbar which allows you to email the page link using your default mail client or Gmail.

Enable/disable referrers API example extension

Sample extension which demonstrates how to access a preference.

Source files:

Event Tracking with Google Analytics

A sample extension which uses Google Analytics to track usage.

Extension Docs Search

Search the Chrome Extensions documentation. To use, type 'crdoc' plus a search term into the Omnibox.

FirePHP for Chrome

Extends the Developer Tools, adding support for parsing FirePHP messages from server

Google Calendar Checker (by Google)

Quickly see the time until your next meeting from any of your calendars. Click on the button to be taken to your calendar.

Google Mail Checker

Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.

Hello World

The first extension that I made.

Source files:

iGoogle new tab page

Keyboard Pin

Creates a keyboard shortcut (C + Shift + P) to toggle the pinned state of the currently selected tab

Merge Windows

Merges all of the browser's windows into the current window

Message Timer

Times how long it takes to send a message to a content script and back.

My Bookmarks

A browser action with a popup dump of all bookmarks, including search, add, edit and delete.

Source files:

News Reader

Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.

Source files:

News Reader

Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.

Notification Demo

Shows off desktop notifications, which are "toast" windows that pop up on the desktop.

Omnibox Example

To use, type 'omnix' plus a search term into the Omnibox.

Page action by content

Shows a page action for HTML pages containing the word 'sandwich'

Page action by URL

Shows a page action for urls which have the letter 'g' in them.

Print this page

Adds a print button to the browser.

Process Monitor

Adds a browser action that monitors resource usage of all browser processes.

Source files:

SandwichBar

Shows an infobar on pages which contain the word 'sandwich'

Show Tabs in Process

Adds a browser action showing which tabs share the current tab's process.

Source files:

Test Screenshot Extension

Demonstrate screenshot functionality in the chrome.tabs api. Note: only works for code.google.com

Typed URL History

Reads your history, and shows the top ten pages you go to by typing the URL.