Filter by keyword:
Filter by API:

accessibilityFeatures | alarms | automation | bookmarks | browserAction | browsingData | certificateProvider | commands | contentSettings | contextMenus | cookies | debugger | declarativeContent | declarativeWebRequestdesktopCapture | devtools.inspectedWindow | devtools.network | devtools.panels | documentScan | downloads | enterprise.deviceAttributes | enterprise.platformKeys | events | extension | extensionTypes | fileBrowserHandler | fileSystemProvider | fontSettings | gcm | history | i18n | identity | idle | input.ime | instanceID | management | networking.config | notifications | omnibox | pageAction | pageCapture | permissions | platformKeys | power | printerProvider | privacy | processes | proxy | runtime | sessions | signedInDevicesstorage | system.cpu | system.memory | system.storage | tabCapture | tabs | topSites | tts | ttsEngine | types | vpnProvider | wallpaper | webNavigation | webRequest | webstore | windows

My Bookmarks

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

Calls:

Source Files:

Page Redder

Make the current page red

Calls:

Source Files:

Adds a print button to the browser.

Calls:

Source Files:

A browser action which changes its icon when clicked

Click browser action icon to change color!

Calls:

Source Files:

A browser action with a popup that changes the page color

Change the current page color

Calls:

Source Files:

BrowsingData API: Basics

A trivial usage example.

Calls:

Source Files:

Sample Extension Commands extension

Press Ctrl+Shift+F to open the browser action popup, press Ctrl+Shift+Y to send an event.

Calls:

Source Files:

Content settings

Shows the content settings for the current site.

Calls:

Source Files:

Context Menus Sample

Shows some of the features of the Context Menus API

Calls:

Source Files:

Context Menus Sample (with Event Page)

Shows some of the features of the Context Menus API using an event page

Calls:

Source Files:

Use the context menu to search a different country's Google

Calls:

Source Files:

Testing Cookie API

Calls:

Source Files:

Live HTTP headers

Displays the live log with the http requests headers

Calls:

Source Files:

JavaScript pause/resume

Pauses / resumes JavaScript execution

Calls:

Source Files:

Tab Flipper

Press Ctrl+Shift+Right or Ctrl+Shift+Left (Command+Shift+Right or Command+Shift+Left on a Mac) to flip through window tabs

Calls:

Source Files:

Desktop Capture Example

Show desktop media picker UI

Calls:

Source Files:

My Devices

A browser action with a popup dump of all devices signed into the same account as the current profile.

Calls:

Source Files:

FirePHP for Chrome

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

Calls:

Source Files:

Chrome Query

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

Calls:

Source Files:

tabCast

Creates a WiFi Display Session from the captured tab media stream using chrome.displaySource API.

Calls:

Source Files:

Document Scanning API Sample

Calls:

Source Files:

Download Filename Controller

Download Filename Controller

Calls:

Source Files:

Select links on a page and download them.

Calls:

Source Files:

Download Manager Button

Browser Action Download Manager User Interface for Google Chrome

Calls:

Source Files:

Download and Open Button

Download and Open Context Menu Button

Calls:

Source Files:

Downloads Overwrite Existing Files

All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc.

Calls:

Source Files:

Event Page Example

Demonstrates usage and features of the event page

Calls:

Source Files:

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

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

Calls:

Source Files:

Fake Archive Handler App

Demonstrate File System Provider API usage for apps.

Calls:

Source Files:

File System Provider API Extension Example

Demonstrate features of the API like mounting, listing directories, etc for extensions.

Calls:

Source Files:

Advanced Font Settings

Customize per-script font settings.

Calls:

Source Files:

History Override

Overrides the History Page

Calls:

Source Files:

Typed URL History

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

Calls:

Source Files:

CLD

Displays the language of a tab

Calls:

Source Files:

Detect Language

Detects up to 3 languages and their percentages of the provided string

Calls:

Source Files:

AcceptLanguage

Returns accept languages of the browser

Calls:

Source Files:

Minimal Localized Hosted App

This is the minimal set of data required to upload a localized hosted application to the web store.

Calls:

Source Files:

Idle - Simple Example

Demonstrates the Idle API

Calls:

Source Files:

Test IME

A simple IME that converts all keystrokes to upper case.

Calls:

Source Files:

Message Timer

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

Calls:

Source Files:

Native Messaging Example

Send a message to a native application.

Calls:

Source Files:

Notification Demo

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

Calls:

Source Files:

Type 'nt' plus a search term into the Omnibox to open search in new tab.

Calls:

Source Files:

Omnibox Example

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

Calls:

Source Files:

Blank new tab page

Override the new tab page with a blank one

Calls:

Source Files:

iGoogle new tab page

Override the new tab page with iGoogle

Calls:

Source Files:

Page action by content

Shows a page action for HTML pages containing a video

Calls:

Source Files:

Page action by URL

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

Calls:

Source Files:

Animated Page Action

This extension adds an animated browser action to the toolbar.

Calls:

Source Files:

Top Chrome Extension Questions

Sample demonstration of the optional permissions API.

Calls:

Source Files:

Keep Awake

Override system power-saving settings.

Calls:

Source Files:

Block/allow third-party cookies API example extension

Sample extension which demonstrates how to access a preference.

Calls:

Source Files:

Block/allow referrer API example extension

Sample extension which demonstrates how to access a preference.

Calls:

Source Files:

Process Monitor

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

Calls:

Source Files:

Show Tabs in Process

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

Calls:

Source Files:

Stylizr

Spruce up your pages with custom CSS.

Calls:

Source Files:

Tab Capture Example

Capture a tab and play in a

Tab Inspector

Utility for working with the extension tabs api

Calls:

Source Files:

Keyboard Pin

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

Calls:

Source Files:

Test Screenshot Extension

Demonstrate screenshot functionality in the chrome.tabs api.

Calls:

Source Files:

Tabs Zoom API Demo

This extension allows the user to explore features of the new tabs zoom api.

Calls:

Source Files:

Top Sites

Shows the top sites in a browser action

Calls:

Source Files:

NTP prototyping extension

extension to prototype new NTP designs

Calls:

Source Files:

Console TTS Engine

A "silent" TTS engine that prints text to a small window rather than synthesizing speech.

Calls:

Source Files:

Drink Water Event Popup

Demonstrates usage and features of the event page by reminding user to drink water

Calls:

Source Files:

WebNavigation Tech Demo

Demonstration of the WebNavigation extension API.

Calls:

Source Files:

Webview transparency

Sample of the webview.captureVisibleRegion api

Calls:

Source Files:

WebView Extension Communications Demo: App

Calls:

Source Files:

WebView Extension Communications Demo: Extension

Provides content scripts to an app hosting a WebView.

Calls:

Source Files:

Merge Windows

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

Calls:

Source Files:

Simple Background App

Calls:

Source Files:

Calculator

A simple calculator.

Calls:

Source Files:

App Launcher

Get access to your apps in a browser action

Calls:

Source Files:

Chromium Buildbot Monitor

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

Calls:

Source Files:

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.

Calls:

Source Files:

CatBlock

I can't has cheezburger!

Calls:

Source Files:

Catifier

Moar cats!

Calls:

Source Files:

Add support to the omnibox to search the Chromium source code.

Calls:

Source Files:

Constant Context

Highlights elements with keywords on developer.chrome

Calls:

Source Files:

Download Images

Displays all webpage images and allows user to download

Calls:

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.

Calls:

Source Files:

Chrome Sounds

Enjoy a more magical and immersive experience when browsing the web using the power of sound.

Calls:

Source Files:

Google Document List Viewer

Demonstrates how to use OAuth to connect the Google Documents List Data API.

Calls:

Source Files:

Google Mail Checker

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

Calls:

Source Files:

Imageinfo

Get image info for images, including EXIF data

Calls:

Source Files:

Chromium IRC App

Calls:

Source Files:

Managed Bookmarks

Adds bookmarks configured by your system administrator to Chrome.

Calls:

Source Files:

Mappy

Finds addresses in the web page you're on and pops up a map window.

Calls:

Source Files:

Google Maps

Calls:

Source Files:

News Reader (by Google)

Displays the latest stories from Google News in a popup.

Calls:

Source Files:

News Reader

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

Calls:

Source Files:

News Reader

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

Calls:

Source Files:

Sample - OAuth Contacts

Uses OAuth to connect to Google's contacts service and display a list of your contacts.

Calls:

Source Files:

Optional Permissions New Tab

Demonstrates optional permissions in extensions

Calls:

Source Files:

Per-plugin content settings

Customize your content setting for different plugins.

Calls:

Source Files:

Proxy Extension API Sample

Set Chrome-specific proxies; a demonstration of Chrome's Proxy API

Calls:

Source Files:

Speak Selection

Speaks the current selection out loud.

Calls:

Source Files:

Talking Alarm Clock

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

Calls:

Source Files:

TTS Debug

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

Calls:

Source Files:

TTS Demo

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

Calls:

Source Files:

Sandboxed Frame

Demonstrate use of handlebars inside a sandboxed frame

Calls:

Source Files:

Tab Shortcuts

Allows pinning and duplication of tabs via keyboard shortcuts.

Calls:

Source Files:

Event Tracking with Google Analytics

A sample extension which uses Google Analytics to track usage.

Calls:

Source Files:

Broken Background Color

Fix an Extension!

Calls:

Source Files:

Getting Started Example

Build an Extension!

Calls:

Source Files:

Getting Started Example

Build an Extension!

Calls:

Source Files:

Getting started example

This extension allows the user to change the background color of the current page.

Calls:

Source Files:

Hello Extensions

Base Level Extension

Calls:

Source Files:

OAuth Tutorial FriendBlock

Uses OAuth to connect to Google's People API and display contacts photos.

Calls:

Source Files:

OAuth Tutorial FriendBlock

Uses OAuth to connect to Google's People API and display contacts photos.

Calls:

Source Files: