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
  1. Properties
    1. propertyName
  2. Methods
    1. methodName
  3. Events
    1. eventName
  4. Types
    1. id

Google Chrome Extensions (Labs)

Samples

Blank new tab page (packaged app)

Source files:

Block/allow referrer API example extension (packaged app)

Sample extension which demonstrates how to access a preference.

Block/allow third-party cookies API example extension (packaged app)

Sample extension which demonstrates how to access a preference.

Broken Links (packaged app)

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

CatBlock (packaged app)

I can't has cheezburger!

Chrome Query (packaged app)

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

Chromium Buildbot Monitor (packaged app)

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 (packaged app)

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

Content settings (packaged app)

Shows the content settings for the current site.

Context Menus Sample (packaged app)

Shows some of the features of the Context Menus API

Email this page (by Google) (packaged app)

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

Event Tracking with Google Analytics (packaged app)

A sample extension which uses Google Analytics to track usage.

Extension Docs Search (packaged app)

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

FirePHP for Chrome (packaged app)

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

Google Calendar Checker (by Google) (packaged app)

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 (packaged app)

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

Hello World (packaged app)

The first extension that I made.

Source files:

iGoogle new tab page (packaged app)

Keyboard Pin (packaged app)

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

Merge Windows (packaged app)

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

Message Timer (packaged app)

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

My Bookmarks (packaged app)

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

Source files:

News Reader (packaged app)

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

News Reader (packaged app)

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

Notification Demo (packaged app)

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

NTP prototyping extension (packaged app)

extension to prototype new NTP designs

Omnibox Example (packaged app)

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

Page action by content (packaged app)

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

Page action by URL (packaged app)

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

Print this page (packaged app)

Adds a print button to the browser.

Process Monitor (packaged app)

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

Source files:

SandwichBar (packaged app)

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

Show Tabs in Process (packaged app)

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

Talking Alarm Clock (packaged app)

A clock with two configurable alarms that will play a sound and speak a phrase of your choice.

Test Screenshot Extension (packaged app)

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

TTS Debug (packaged app)

Tool for developers of Chrome TTS engine extensions to help them test their engines are implementing the API correctly.

TTS Demo (packaged app)

Demo Chrome's synthesized text-to-speech capabilities.

Typed URL History (packaged app)

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

`extension.isAllowedFileSchemeAccess` and `extension.isAllowedIncognitoAccess` Example (packaged app)

Demonstrates the `extension.isAllowedFileSchemeAccess` and `extesion.isAllowedIncognitoAccess` APIs