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.
WARNING: This is the BETA documentation. It may not work with the stable release of Chrome.
WARNING: This is unofficial documentation. It may not work with the current release of Chrome.

Google Chrome Extensions (Labs)

Samples

Animated Page Action

This extension adds an animated browser action to the toolbar.

Blank new tab page

Source files:

Block/allow referrer API example extension

Sample extension which demonstrates how to access a preference.

Block/allow third-party cookies API example extension

Sample extension which demonstrates how to access a preference.

Broken Links

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

BrowsingData API: Basics

A trivial usage example.

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.

CLD

Displays the language of a tab

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.

Context Menus Sample

Shows some of the features of the Context Menus API

Source files:

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.

Event Tracking with Google Analytics

A sample extension which uses Google Analytics to track usage.

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.

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.

News Reader

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

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.

NTP prototyping extension

extension to prototype new NTP designs

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.

Page Cycler (packaged app)

Page Cycler UI

Print this page

Adds a print button to the browser.

Process Monitor

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

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.

Stylizr

Spruce up your pages with custom CSS.

Talking Alarm Clock

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

Test Screenshot Extension

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

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

`extension.isAllowedFileSchemeAccess` and `extension.isAllowedIncognitoAccess` Example

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